Skip to content

Commit

Permalink
update(ewd): update programming principles cheatsheet image URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtaholik committed Feb 3, 2025
1 parent 4907b58 commit 80e7f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/epic-web/src/pages/principles/cheatsheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function PrinciplesCheatSheet() {
}}
target="_blank"
rel="noopener noreferrer"
href="https://res.cloudinary.com/epic-web/image/upload/v1733476754/programming-principles-cheatsheet.pdf"
href="https://res.cloudinary.com/epic-web/image/upload/v1738574327/programming-principles-cheatsheet.pdf"
>
Download PDF
</a>
Expand All @@ -70,7 +70,7 @@ export default function PrinciplesCheatSheet() {
asChild
>
<a
href="https://res.cloudinary.com/epic-web/image/upload/v1733759812/programming-principles-cheatsheet_2x.jpg"
href="https://res.cloudinary.com/epic-web/image/upload/v1738574322/programming-principles-cheatsheet_2x.jpg"
download="epic-programming-principles-cheat-sheet.jpg"
onClick={() => {
track('clicked download wallpaper', {
Expand All @@ -92,13 +92,13 @@ export default function PrinciplesCheatSheet() {
location: 'epic programming principles cheat sheet',
})
}}
href="https://res.cloudinary.com/epic-web/image/upload/v1733476754/programming-principles-cheatsheet.pdf"
href="https://res.cloudinary.com/epic-web/image/upload/v1738574327/programming-principles-cheatsheet.pdf"
target="_blank"
rel="noopener noreferrer"
>
<Image
src={
'https://res.cloudinary.com/epic-web/image/upload/v1733759812/programming-principles-cheatsheet_2x.jpg'
'https://res.cloudinary.com/epic-web/image/upload/v1738574322/programming-principles-cheatsheet_2x.jpg'
}
width={3168 / 2.5}
height={2448 / 2.5}
Expand Down
2 changes: 1 addition & 1 deletion apps/epic-web/src/pages/principles/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const PrinciplesCheatSheetBanner = () => {
<div className="relative aspect-[321/112] w-full lg:aspect-[173/112] lg:max-w-[300px]">
<Image
src={
'https://res.cloudinary.com/epic-web/image/upload/v1733476754/principles-cheatsheet-thumb_2x.jpg'
'https://res.cloudinary.com/epic-web/image/upload/v1738574255/principles-cheatsheet-thumb_2x.jpg'
}
alt=""
fill
Expand Down

0 comments on commit 80e7f8e

Please sign in to comment.