Skip to content

Commit

Permalink
update(ewd): principles cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Dec 9, 2024
1 parent b7d99b8 commit 9c7b746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/epic-web/src/pages/principles/cheatsheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default function PrinciplesCheatSheet() {
asChild
>
<a
href="https://res.cloudinary.com/epic-web/image/upload/v1733476754/programming-principles-cheatsheet_2x.jpg"
href="https://res.cloudinary.com/epic-web/image/upload/v1733759812/programming-principles-cheatsheet_2x.jpg"
download="epic-programming-principles-cheat-sheet.jpg"
onClick={() => {
track('clicked download wallpaper', {
Expand Down Expand Up @@ -98,7 +98,7 @@ export default function PrinciplesCheatSheet() {
>
<Image
src={
'https://res.cloudinary.com/epic-web/image/upload/v1733476754/programming-principles-cheatsheet_2x.jpg'
'https://res.cloudinary.com/epic-web/image/upload/v1733759812/programming-principles-cheatsheet_2x.jpg'
}
width={3168 / 2.5}
height={2448 / 2.5}
Expand Down

0 comments on commit 9c7b746

Please sign in to comment.