Skip to content

Commit a6f27e2

Browse files
authored
Merge pull request #203 from sei-protocol/hotfix/image-optimization
Replaced main graphic with SVG
2 parents c9f0609 + b0d98af commit a6f27e2

File tree

3 files changed

+485
-1
lines changed

3 files changed

+485
-1
lines changed

components/Homepage/SeiIntro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { Title, Text, Button, Box, Image } from '@mantine/core';
33
import Link from 'next/link';
44
import NextImage from 'next/image';
5-
import Header from '../../public/assets/header.png';
5+
import Header from '../../public/assets/header.svg';
66
import styles from '../../styles/SeiIntro.module.css';
77

88
const SeiIntro: React.FC = () => {

public/assets/header.png

-268 KB
Binary file not shown.

0 commit comments

Comments
 (0)