We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd6421 commit bd4c2f6Copy full SHA for bd4c2f6
src/components/SiteHeader.astro
@@ -5,7 +5,7 @@ import ThemeSwitch from "@/components/ThemeSwitch.astro";
5
6
<header class="flex items-center justify-between h-14">
7
<div class="text-sm font-semibold tracking-tight">
8
- <a href="/"><img src="/r-logo-black-on-white.png" width=40 height=40 /></a>
+ <a href="/"><img src="/r-logo-black-on-white.png" width=40 height=40 class="rounded-sm" /></a>
9
</div>
10
<nav class="hidden md:flex gap-4 text-sm items-end">
11
<a href="/blog/">Blog</a>
0 commit comments