fix: build with renamed rss icon component

This commit is contained in:
Saibotk 2023-09-03 00:01:19 +02:00
parent 5340dadc87
commit 78aff37098
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -1,5 +1,5 @@
---
import RSS from './icons/Rss.astro'
import Rss from './icons/Rss.astro'
const today = new Date()
---
@ -22,6 +22,6 @@ const today = new Date()
Source Code
</a>
<span>&#183;</span>
<a href="/rss.xml" target="_blank" rel="noopener"><RSS class="w-4 inline-block" /></a>
<a href="/rss.xml" target="_blank" rel="noopener"><Rss class="w-4 inline-block" /></a>
</div>
</footer>