8000 fix: update RSS feed icon SVG in header and footer for improved design · nicholasdbrady/cookbook@d7d5133 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7d5133

Browse files
fix: update RSS feed icon SVG in header and footer for improved design
1 parent a559327 commit d7d5133

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/components/Footer.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ 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 xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 64 64" fill="currentColor" aria-hidden="true" >
30-
<path d="M12 48a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM4 32v8c12.15 0 22 9.85 22 22h8c0-16.57-13.43-30-30-30zM4 16v8c18.2 0 34 9.8 43.6 25.6l6.4-3.8C45.1 30.2 27.75 16 4 16z"/>
29+
<svg width="32" height="32" viewBox="0 0 64 44" xmlns="http://www.w3.org/2000/svg" >
30+
<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" />
31+
<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" />
3132
</svg>
3233
</a>
3334
</div>

src/components/Header.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ 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 xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 64 64" fill="currentColor" aria-hidden="true" >
37-
<path d="M12 48a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM4 32v8c12.15 0 22 9.85 22 22h8c0-16.57-13.43-30-30-30zM4 16v8c18.2 0 34 9.8 43.6 25.6l6.4-3.8C45.1 30.2 27.75 16 4 16z"/>
36+
<svg width="32" height="32" viewBox="0 0 64 44" xmlns="http://www.w3.org/2000/svg" >
37+
<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" />
38+
<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" />
3839
</svg>
3940
</a>
4041
</div>

0 commit comments

Comments
 (0)
0