Got rid of scss files, fixet time format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
import { Component } from 'react'
|
||||
import { Box } from '@mui/material'
|
||||
|
||||
export default class Footer extends Component {
|
||||
render () {
|
||||
return (
|
||||
<div>Footer</div>
|
||||
<Box
|
||||
sx={{
|
||||
p: 12
|
||||
}}
|
||||
>
|
||||
Warframe Center is not associated with Digital Extremes
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import Head from 'next/head'
|
||||
import Footer from './Footer'
|
||||
import { YMInitializer } from 'react-yandex-metrika'
|
||||
|
||||
export default function Layout ({ children }) {
|
||||
return (
|
||||
@@ -7,6 +8,7 @@ export default function Layout ({ children }) {
|
||||
<Head>
|
||||
<title>Warframe Center</title>
|
||||
<link rel='icon' href='/favicon.ico' />
|
||||
<YMInitializer accounts={[87671663]} />
|
||||
</Head>
|
||||
<main>{children}</main>
|
||||
<Footer />
|
||||
|
||||
Reference in New Issue
Block a user