Skip to content

Commit

Permalink
properly size assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Feb 3, 2024
1 parent 1f0fc1e commit 4ae81ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ playstore_link :
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").

app_icon : assets/icon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_icon : assets/icon.webp # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : Reveille Rides # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : Free # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : The new bus transportation app for Aggies
Expand Down Expand Up @@ -62,7 +62,7 @@ topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"

cover_image : assets/headerimage.jpg # Replace with alternative image path or image URL.
cover_image : assets/headerimage.webp # Replace with alternative image path or image URL.
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.8

Expand Down
Binary file removed assets/headerimage.jpg
Binary file not shown.
Binary file added assets/headerimage.webp
Binary file not shown.
Binary file added assets/icon.webp
Binary file not shown.

0 comments on commit 4ae81ca

Please sign in to comment.