🍱 Update logo and favicon

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-15 12:42:53 +02:00
parent b1cec402c3
commit 027ac94e80
3 changed files with 18 additions and 4 deletions

View File

@@ -1,10 +1,18 @@
import { Group, Text } from '@mantine/core';
import { Group, Image, Text } from '@mantine/core';
import * as React from 'react';
import { CURRENT_VERSION } from '../../../data/constants';
export function Logo({ style }: any) {
return (
<Group>
<Image
width={50}
src="/imgs/logo.png"
style={{
position: 'relative',
left: 15,
}}
/>
<Text
sx={style}
weight="bold"
@@ -15,11 +23,14 @@ export function Logo({ style }: any) {
</Text>
<Text
style={{
position: 'relative',
left: -14,
bottom: -2,
color: 'gray',
fontStyle: 'inherit',
fontSize: 'inherit',
alignSelf: 'end',
alignContent: 'start',
alignSelf: 'center',
alignContent: 'center',
}}
>
{CURRENT_VERSION}