Skip to content

Commit

Permalink
fix: view all link
Browse files Browse the repository at this point in the history
  • Loading branch information
DeRaowl committed Feb 5, 2023
1 parent 76dccc1 commit d65e4c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const posts = (await Astro.glob("./blogs/*.{md,mdx}"))
</ul>
<div>
<a
href="https://www.instagram.com/rahulreddy_/"
href="/blog"
class="flex flex-row items-center text-violet-400 hover:text-violet-300 transition duration-300"
>
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ h1 {
font-family: -apple-system, BlinkMacSystemFont, __Inter_9c9965,
__Inter_Fallback_9c9965, Roboto, "Segoe UI", Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-weight: 900;
font-weight: 900 !important;
}

h2 {
Expand Down

0 comments on commit d65e4c4

Please sign in to comment.