Skip to content

Commit 2de6cc5

Browse files
authored
[UI] Update Screenshots (#24)
* update-websiteImages * update-themes
1 parent c759b5d commit 2de6cc5

18 files changed

+9
-11
lines changed

assets/heroic_01.png

-956 KB
Binary file not shown.

assets/heroic_01.webp

176 KB
Binary file not shown.

assets/heroic_game.png

-673 KB
Binary file not shown.

assets/heroic_game.webp

56.3 KB
Binary file not shown.

assets/heroic_install.png

-434 KB
Binary file not shown.

assets/heroic_install.webp

42.5 KB
Binary file not shown.

assets/heroic_menu.png

-1.02 MB
Binary file not shown.

assets/heroic_menu.webp

130 KB
Binary file not shown.

assets/heroic_stores.png

-593 KB
Binary file not shown.

assets/heroic_stores.webp

80.8 KB
Binary file not shown.

assets/heroic_wine.png

-142 KB
Binary file not shown.

assets/heroic_wine.webp

52.1 KB
Binary file not shown.

assets/heroic_wine_settings.png

-86.6 KB
Binary file not shown.

assets/heroic_wine_settings.webp

31.5 KB
Binary file not shown.

assets/themes.gif

-759 KB
Loading

components/Navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import Link from 'next/link'
33
import React from 'react'
44

5-
const logo = require('../assets/logo.png')
5+
const logo = require('../assets/logo.png?webp')
66
import {
77
faTwitter,
88
faGithub,

pages/index.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import { motion } from 'framer-motion'
66

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

9-
const img1 = require('../assets/heroic_01.png?webp')
10-
const img2 = require('../assets/heroic_game.png?webp')
11-
const img3 = require('../assets/heroic_install.png?webp')
12-
const img4 = require('../assets/heroic_stores.png?webp')
13-
const img5 = require('../assets/heroic_wine.png?webp')
14-
const img6 = require('../assets/heroic_wine_settings.png?webp')
9+
const img1 = require('../assets/heroic_01.webp')
10+
const img2 = require('../assets/heroic_game.webp')
11+
const img3 = require('../assets/heroic_install.webp')
12+
const img4 = require('../assets/heroic_stores.webp')
13+
const img5 = require('../assets/heroic_wine.webp')
14+
const img6 = require('../assets/heroic_wine_settings.webp')
1515
const img7 = require('../assets/heroic_langs.png?webp')
16-
const img8 = require('../assets/heroic_menu.png?webp')
16+
const img8 = require('../assets/heroic_menu.webp')
1717
const gif = require('../assets/themes.gif')
1818

1919
const initial = { y: '300px', opacity: 0 }

styles/heroic.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ footer {
127127
width: 212px;
128128
}
129129

130-
.feature img {
131-
width: 813px;
132-
}
130+
133131

134132
.heroicPreview {
135133
width: 1130px;

0 commit comments

Comments
 (0)