mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-06 16:20:08 +00:00
feat: use own modern document icon
This commit is contained in:
parent
d5892922fb
commit
4c6b2b11ca
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 25 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3 KiB After Width: | Height: | Size: 30 KiB |
|
|
@ -99,7 +99,7 @@
|
||||||
</div>
|
</div>
|
||||||
{#if fileDropped}
|
{#if fileDropped}
|
||||||
<div class="flex content-around justify-between items-center mb-5 ml-5 mr-5">
|
<div class="flex content-around justify-between items-center mb-5 ml-5 mr-5">
|
||||||
<div class="w-28">
|
<div class="w-24">
|
||||||
<img class="w-full" src={filetype == 'PDF' ? documentIcon : archiveIcon} alt="Icon" />
|
<img class="w-full" src={filetype == 'PDF' ? documentIcon : archiveIcon} alt="Icon" />
|
||||||
</div>
|
</div>
|
||||||
<svg class="h-25" viewBox="0 0 2 40" xmlns="http://www.w3.org/2000/svg"
|
<svg class="h-25" viewBox="0 0 2 40" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue