Skip to content

Commit

Permalink
[add] aside not in client
Browse files Browse the repository at this point in the history
  • Loading branch information
Hctor11 committed Jan 8, 2024
1 parent 58bbda0 commit 8c33e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Aside.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Navigation from "./Navigation";
<h1 class="text-xl font-medium leading-3 ">Hector Rivera</h1>
<p class="text-sm">Developer & Designer</p>
</div>
<Navigation client:load/>
<Navigation/>
</div>
<div class="bottom-section mt-5 md:mt-0 dark:text-white">
<input type="checkbox" name="" id="changeTheme" class="accent-black p-4 dark:text-white dark:accent-white" value="light">
Expand Down

0 comments on commit 8c33e7d

Please sign in to comment.