Skip to content

Commit

Permalink
fix: background img (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
puppet-666 authored Mar 20, 2023
1 parent a139779 commit 1262d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion packages/site/src/views/homepage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function goToUse() {
<template>
<div class="home-container">
<a href="https://github.com/sword-x-shield/pizza-ui" target="_blank">
<img src="../../assets/pizza.png" alt="Pizza logo">
<img src="../../assets/pizza-background.png" alt="Pizza logo">
</a>
<h1>Pizza UI</h1>
<h2>It's a useless ui library!!!</h2>
Expand Down

0 comments on commit 1262d12

Please sign in to comment.