Add RSS link to icon
This commit is contained in:
@ -229,7 +229,7 @@ const {} = Astro.props;
|
||||
<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"
|
||||
aria-label="Twitter"
|
||||
href="#"
|
||||
href="/rss.xml"
|
||||
>
|
||||
<IconRSS />
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user