Skip to content

Commit

Permalink
nav modified
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Oct 6, 2023
1 parent 80fb633 commit 792df2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const currentYear = new Date().getFullYear();
</div>
<p class="socials">
<a href="https://www.linkedin.com/in/satyajit-behera-39563a102/"> Linkedin</a>
<a href="https://github.com/satya319"> GitHub</a>
<a href="https://satya319.github.io"> GitHub</a>

</p>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const iconLinks: { label: string; href: string; icon: keyof typeof iconPaths }[]

<nav>
<div class="menu-header">
<a href="/satya319/" class="site-title">
<a href="/" class="site-title">
<Icon icon="terminal-window" color="var(--accent-regular)" size="1.6em" gradient />
Satyajit Behera
</a>
Expand Down

0 comments on commit 792df2f

Please # to comment.