Skip to content

Commit 403453f

Browse files
anishiclaude
andcommitted
Update Now page link to point directly to GitHub profile
Changed the Now navigation link from the local /now page to https://github.com/Xeeban. This redirects visitors to the main source of "now" information on GitHub rather than maintaining a summary on xeeban.com. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9e214fd commit 403453f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const { title } = Astro.props;
3131
<a href="/blog" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition-colors">
3232
Blog
3333
</a>
34-
<a href="/now" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition-colors">
34+
<a href="https://github.com/Xeeban" target="_blank" rel="noopener noreferrer" class="text-gray-700 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition-colors">
3535
Now
3636
</a>
3737
</div>

0 commit comments

Comments
 (0)