my website, hosted on wisp.place

feat: small footer

+10 -5
+10 -5
src/components/Footer.astro
··· 20 20 </p> 21 21 </nav> 22 22 <p> 23 - <code 24 - ><a href={`https://github.com/intergrav/devins.page/commit/${commitHash}`} 25 - >{commitHash}</a 26 - ></code 27 - > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml">rss</a> 23 + <small> 24 + <code 25 + ><a 26 + href={`https://github.com/intergrav/devins.page/commit/${commitHash}`} 27 + >{commitHash}</a 28 + ></code 29 + > • <a href="/privacy">privacy</a> • subscribe to <a href="/rss.xml" 30 + >rss</a 31 + ></small 32 + > 28 33 </p> 29 34 </footer>