Commit c7d5dff2 authored by Chunchi Che's avatar Chunchi Che

update logo

parent b944569e
Pipeline #22823 passed with stages
in 12 minutes and 9 seconds
neos-assets/neos_logo.png

218 KB | W: | H:

neos-assets/neos_logo.png

186 KB | W: | H:

neos-assets/neos_logo.png
neos-assets/neos_logo.png
neos-assets/neos_logo.png
neos-assets/neos_logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
} }
} }
.account-header > a:first-child { .account-header > div:first-child {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
left: 2%; left: 2%;
......
...@@ -51,14 +51,13 @@ const Home: React.FC = () => { ...@@ -51,14 +51,13 @@ const Home: React.FC = () => {
return ( return (
<> <>
<div className={styles["account-header"]}> <div className={styles["account-header"]}>
<a href="https://mycard.moe/"> <div>
<img <img
src={`${NeosConfig.assetsPath}/mycard_logo.png`} src={`${NeosConfig.assetsPath}/neos_logo.png`}
alt="MyCard" alt="NEOS"
width={130} height={80}
height={40}
/> />
</a> </div>
<div className={styles["header-user"]}> <div className={styles["header-user"]}>
<img <img
src={ src={
......
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