mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Merge pull request #1360 from Dimitris-Toulis/main
Fix bug in shop page
This commit is contained in:
commit
3e7a583cc1
8 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useState, useEffect } from 'react'
|
||||
/** @jsxImportSource theme-ui */
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
|
||||
.slackey {
|
||||
font-family: "Slackey", sans-serif;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import Prizes from './prizes';
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
|
||||
.slackey {
|
||||
font-family: "Slackey", sans-serif;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import Flag from '../../../components/flag'
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
|
||||
.slackey {
|
||||
font-family: "Slackey", sans-serif;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import { shopParts } from '../api/arcade/shop'
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
body, html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import Flag from '../../components/flag'
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
|
||||
.slackey {
|
||||
font-family: "Slackey", sans-serif;
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import { DateTime } from 'luxon'
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
body, html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import styles from '../../../../../components/arcade/showcase/project-view.modul
|
|||
/** @jsxImportSource theme-ui */
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
body, html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ function getStyle(style, snapshot) {
|
|||
}
|
||||
|
||||
const styled = `
|
||||
@import url('https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap');
|
||||
@import url(https://fonts.googleapis.com/css2?family=Slackey&family=Emblema+One&family=Gaegu&display=swap);
|
||||
body, html {
|
||||
overflow-x: hidden;
|
||||
color: #35290F;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue