Skip to content

Commit a7c1a3e

Browse files
fix: update RSS feed icon SVG dimensions in header and footer for consistency
1 parent d7d5133 commit a7c1a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const today = new Date();
2626
</a>
2727
<a href="https://nicholasdbrady.github.io/cookbook/rss.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS Feed" >
2828
<span class="sr-only">RSS Feed</span>
29-
<svg width="32" height="32" viewBox="0 0 64 44" xmlns="http://www.w3.org/2000/svg" >
29+
<svg width="32" height="32" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" >
3030
<path d="M4 11C6.38695 11 8.67613 11.9482 10.364 13.636C12.0518 15.3239 13 17.6131 13 20 M4 4C8.24346 4 12.3131 5.68571 15.3137 8.68629C18.3143 11.6869 20 15.7565 20 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" />
3131
<path d="M6 19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19C4 18.4477 4.44772 18 5 18C5.55228 18 6 18.4477 6 19Z" fill="currentColor" />
3232
</svg>

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import { SITE_TITLE } from '../consts';
3333
</a>
3434
<a href="https://nicholasdbrady.github.io/cookbook/rss.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS Feed" >
3535
<span class="sr-only">RSS Feed</span>
36-
<svg width="32" height="32" viewBox="0 0 64 44" xmlns="http://www.w3.org/2000/svg" >
36+
<svg width="32" height="32" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" >
3737
<path d="M4 11C6.38695 11 8.67613 11.9482 10.364 13.636C12.0518 15.3239 13 17.6131 13 20 M4 4C8.24346 4 12.3131 5.68571 15.3137 8.68629C18.3143 11.6869 20 15.7565 20 20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" fill="none" />
3838
<path d="M6 19C6 19.5523 5.55228 20 5 20C4.44772 20 4 19.5523 4 19C4 18.4477 4.44772 18 5 18C5.55228 18 6 18.4477 6 19Z" fill="currentColor" />
3939
</svg>

0 commit comments

Comments
 (0)