Skip to content

Commit

Permalink
Merge pull request #85 from ayanahye/icons
Browse files Browse the repository at this point in the history
icons
  • Loading branch information
Haoran-M authored Nov 26, 2023
2 parents 12bc8ea + f7c4011 commit f86c6bf
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 1,012 deletions.
6 changes: 3 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ export default function Home() {
</div>
<div style={{display: 'flex', justifyContent: 'space-between', marginRight: '20px'}}>
<p>Danger</p>
<Image src="/images/warning-icon.webp" width='50' height='50' alt="flower"></Image>
<Image src="/images/danger.svg" width='50' height='50' alt="flower"></Image>
</div>
<div style={{display: 'flex', justifyContent: 'space-between', marginRight: '20px'}}>
<p>Medicinal</p>
<Image src="/images/medicinal.svg" width='50' height='50' alt="flower"></Image>
<Image src="/images/medical.svg" width='50' height='50' alt="flower"></Image>
</div>
<div style={{display: 'flex', justifyContent: 'space-between', marginRight: '20px'}}>
<p>Indoor</p>
Expand All @@ -145,7 +145,7 @@ export default function Home() {
</div>
<div style={{display: 'flex', justifyContent: 'space-between', marginRight: '20px'}}>
<p>Rare</p>
<Image src="/images/rare.webp" width='50' height='50' alt="flower"></Image>
<Image src="/images/rare.svg" width='50' height='50' alt="flower"></Image>
</div>
</blockquote>
</div>
Expand Down
351 changes: 66 additions & 285 deletions public/images/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/danger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
255 changes: 3 additions & 252 deletions public/images/desert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion public/images/flower.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f86c6bf

Please sign in to comment.