Skip to content

Commit

Permalink
add size checks on thumbnail / banner
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Aug 2, 2024
2 parents 3ee5bff + 535311f commit 49878d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Upload digital content as atomic assets to Arweave’s permaweb with Helix." />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://helix.arweave.net/" />
<link rel="icon" href="favicon.svg" />
<link rel="manifest" href="manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down
4 changes: 2 additions & 2 deletions src/helpers/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const language = {
atomicAssets: `Atomic Assets`,
back: `Back`,
banner: `Banner`,
bannerInfo: `Upload a banner image to display at the top of the collection. (Recommended size: 16:9 aspect ratio, 1920 x 1080 pixels). Note that banner images must be 100KB or less.`,
bannerInfo: `Upload a banner image to display at the top of the collection. File must be under 100kb. (Recommended dimensions: 16:9 aspect ratio, 1920 x 1080 pixels).`,
bio: `Bio`,
cancel: `Cancel`,
calculating: `Calculating`,
Expand Down Expand Up @@ -235,7 +235,7 @@ export const language = {
title: `Title`,
titleNotFound: `Title not found`,
thumbnail: `Thumbnail`,
thumbnailInfo: `Upload a thumbnail image for the collection. (Recommended size: 1:1 aspect ratio, 300 x 300 pixels). Note that thumbnail images must be 100KB or less.`,
thumbnailInfo: `Upload a thumbnail image for the collection. File must be under 100kb. (Recommended dimensions: 1:1 aspect ratio, 300 x 300 pixels).`,
thumbnailDescription: `Upload an image that represents your collection`,
toggleTheme: `Toggle theme`,
totalAssets: `Total`,
Expand Down

0 comments on commit 49878d7

Please sign in to comment.