Skip to content

Commit

Permalink
Revert "[UI] Update Screenshots (#24)"
Browse files Browse the repository at this point in the history
This reverts commit 2de6cc5.
  • Loading branch information
flavioislima authored Feb 14, 2024
1 parent 2de6cc5 commit a2b364c
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 9 deletions.
Binary file added assets/heroic_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_01.webp
Binary file not shown.
Binary file added assets/heroic_game.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_game.webp
Binary file not shown.
Binary file added assets/heroic_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_install.webp
Binary file not shown.
Binary file added assets/heroic_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_menu.webp
Binary file not shown.
Binary file added assets/heroic_stores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_stores.webp
Binary file not shown.
Binary file added assets/heroic_wine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_wine.webp
Binary file not shown.
Binary file added assets/heroic_wine_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/heroic_wine_settings.webp
Binary file not shown.
Binary file modified assets/themes.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import Link from 'next/link'
import React from 'react'

const logo = require('../assets/logo.png?webp')
const logo = require('../assets/logo.png')
import {
faTwitter,
faGithub,
Expand Down
14 changes: 7 additions & 7 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { motion } from 'framer-motion'

import styles from '../styles/Home.module.css'

const img1 = require('../assets/heroic_01.webp')
const img2 = require('../assets/heroic_game.webp')
const img3 = require('../assets/heroic_install.webp')
const img4 = require('../assets/heroic_stores.webp')
const img5 = require('../assets/heroic_wine.webp')
const img6 = require('../assets/heroic_wine_settings.webp')
const img1 = require('../assets/heroic_01.png?webp')
const img2 = require('../assets/heroic_game.png?webp')
const img3 = require('../assets/heroic_install.png?webp')
const img4 = require('../assets/heroic_stores.png?webp')
const img5 = require('../assets/heroic_wine.png?webp')
const img6 = require('../assets/heroic_wine_settings.png?webp')
const img7 = require('../assets/heroic_langs.png?webp')
const img8 = require('../assets/heroic_menu.webp')
const img8 = require('../assets/heroic_menu.png?webp')
const gif = require('../assets/themes.gif')

const initial = { y: '300px', opacity: 0 }
Expand Down
4 changes: 3 additions & 1 deletion styles/heroic.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ footer {
width: 212px;
}


.feature img {
width: 813px;
}

.heroicPreview {
width: 1130px;
Expand Down

0 comments on commit a2b364c

Please sign in to comment.