Skip to content

Commit

Permalink
Change source destination name
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnerCat committed Jun 19, 2024
1 parent 9389215 commit a4ed14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export default function App() {
</div>
</div>
<footer
style={{ backgroundImage: "url('/src/assets/home.png')" }}
style={{ backgroundImage: "url('../src/assets/home.png')" }}
className="bg-maimai-background bg-center bg-cover bg-no-repeat bottom-0 w-full h-[31.25rem]"
></footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@font-face {
font-family: 'Tiny5';
src: url('/public/font/Tiny5-Regular.ttf') format('truetype');
src: url('../public/font/Tiny5-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit a4ed14e

Please sign in to comment.