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