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 = () => {
<div className={styles["account-header"]}>
<div>
<img
src={`${NeosConfig.assetsPath}/neos_logo.png`}
src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="NEOS"
height={80}
/>
......
......@@ -11,7 +11,7 @@ export const NeosLayout = () => {
<nav className={styles.navbar}>
<img
className={styles.logo}
src={`${NeosConfig.assetsPath}/neos_logo.png`}
src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="NEOS"
/>
......
......@@ -22,7 +22,7 @@ const Start: React.FC = () => {
<main className={styles["main"]}>
<img
className={styles["neos-logo"]}
src={`${NeosConfig.assetsPath}/neos_logo.png`}
src={`${NeosConfig.assetsPath}/neos-logo.svg`}
alt="YGO NEOS"
/>
<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