Commit c97d418d authored by Chunchi Che's avatar Chunchi Che

update small

parent b1280e79
Pipeline #22793 passed with stages
in 13 minutes and 38 seconds
import "./index.scss";
import React from "react";
import { useNavigate } from "react-router-dom";
import { useConfig } from "@/config";
import styles from "./index.module.scss";
const NeosConfig = useConfig();
const Start: React.FC = () => {
const navigate = useNavigate();
return (
<>
<div className="mycard-header">
<a className="mycard-logo" href="https://mycard.moe/">
<div className={styles["mycard-header"]}>
<a href="https://mycard.moe/">
<img
src={`${NeosConfig.assetsPath}/mycard_logo.png`}
alt="MyCard"
......@@ -20,8 +20,8 @@ const Start: React.FC = () => {
/>
</a>
</div>
<div className="wrapper">
<div role="banner" className="neos-header">
<div className={styles.wrapper}>
<div role="banner" className={styles["neos-header"]}>
<div>
<h1>
<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