Skip to content

Commit

Permalink
use size of 150 for section logo images
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Jul 12, 2023
1 parent da35600 commit 0426293
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component/HeadSeo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Head from "next/head";
import Head from 'next/head';

type HeadSeoProps = {
title: string;
Expand Down
2 changes: 1 addition & 1 deletion component/SectionLogo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function SectionLogo({ chartLogo }: SectionLogoProps) {
return (
<img
alt={logoDescription}
src={'/section/' + chartLogo.replace('150', 'Big') + logoExtension}
src={'/section/' + chartLogo + logoExtension}
width="100%"
height="100%"
/>
Expand Down
Binary file added public/section/Voronoi150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0426293

Please sign in to comment.