Skip to content

Commit

Permalink
fix: update title of the blog nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Sep 25, 2023
1 parent 0c92492 commit 87b3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { activeNav } = Astro.props;
<a id="skip-to-content" href="#main-content">Skip to content</a>
<div class="nav-container">
<div class="top-nav-wrap">
<a href="/" class="logo">
<a href="/" class="logo whitespace-nowrap">
{
LOGO_IMAGE.enable ? (
<img
Expand Down

0 comments on commit 87b3e5b

Please sign in to comment.