Add RSS link to icon

This commit is contained in:
prototypa
2022-08-18 12:15:16 -04:00
parent 9e31bf6922
commit e1ae525845

View File

@ -229,7 +229,7 @@ const {} = Astro.props;
<a <a
class="flex justify-center items-center text-gray-600 hover:text-gray-700 dark:text-gray-400 bg-white hover:bg-white-100 rounded-full shadow transition duration-150 ease-in-out dark:bg-gray-800 dark:text-gray-400 p-1.5" class="flex justify-center items-center text-gray-600 hover:text-gray-700 dark:text-gray-400 bg-white hover:bg-white-100 rounded-full shadow transition duration-150 ease-in-out dark:bg-gray-800 dark:text-gray-400 p-1.5"
aria-label="Twitter" aria-label="Twitter"
href="#" href="/rss.xml"
> >
<IconRSS /> <IconRSS />
</a> </a>