Commit 39f52bb6 authored by Chunchi Che's avatar Chunchi Che

replave neos_logo.png with neos-logo.svg

parent e2ad4284
Pipeline #22842 passed with stages
in 13 minutes and 24 seconds
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -56,7 +56,7 @@ const Home: React.FC = () => { ...@@ -56,7 +56,7 @@ const Home: React.FC = () => {
<div className={styles["account-header"]}> <div className={styles["account-header"]}>
<div> <div>
<img <img
src={`${NeosConfig.assetsPath}/neos_logo.png`} src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="NEOS" alt="NEOS"
height={80} height={80}
/> />
......
...@@ -11,7 +11,7 @@ export const NeosLayout = () => { ...@@ -11,7 +11,7 @@ export const NeosLayout = () => {
<nav className={styles.navbar}> <nav className={styles.navbar}>
<img <img
className={styles.logo} className={styles.logo}
src={`${NeosConfig.assetsPath}/neos_logo.png`} src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="NEOS" alt="NEOS"
/> />
......
...@@ -22,7 +22,7 @@ const Start: React.FC = () => { ...@@ -22,7 +22,7 @@ const Start: React.FC = () => {
<main className={styles["main"]}> <main className={styles["main"]}>
<img <img
className={styles["neos-logo"]} className={styles["neos-logo"]}
src={`${NeosConfig.assetsPath}/neos_logo.png`} src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="YGO NEOS" alt="YGO NEOS"
/> />
<img <img
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment