Skip to content

Commit

Permalink
chore: new button! thanks cuymacu
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdan3 committed Aug 19, 2024
1 parent a0e4aff commit abf361d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ Copyright (C) 2024 Gregory Danielson III (@gregdan3, [email protected])

- src/pages/about/
- src/pages/help/
- static/buttons/youtube.gif
- static/db/
- https://gregdan3.com/sqlite/2024-08-08-trimmed.sqlite.gz

Expand All @@ -94,3 +93,4 @@ Copyright (C) 2024 Cuymacu (@cuymacu)

- static/buttons/code_s.gif
- static/buttons/lessons_s.gif
- static/buttons/youtube_s.gif
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { BASE_URL } from "@utils/constants";
</a>
<a href="https://youtube.com/@gregdan3d" style="margin:0.5em;">
<img
src=`${BASE_URL}/buttons/youtube.gif`
src=`${BASE_URL}/buttons/youtube_s.gif`
alt="@gregdan3d on YouTube"
class="social"
/>
Expand Down
Binary file removed static/buttons/youtube.gif
Binary file not shown.
Binary file added static/buttons/youtube_s.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abf361d

Please sign in to comment.