fix: build with renamed rss icon component
This commit is contained in:
parent
5340dadc87
commit
78aff37098
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
import RSS from './icons/Rss.astro'
|
import Rss from './icons/Rss.astro'
|
||||||
|
|
||||||
const today = new Date()
|
const today = new Date()
|
||||||
---
|
---
|
||||||
|
@ -22,6 +22,6 @@ const today = new Date()
|
||||||
Source Code
|
Source Code
|
||||||
</a>
|
</a>
|
||||||
<span>·</span>
|
<span>·</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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue