|
62 | 62 | <div class="flex flex-col justify-between space-y-4 px-10 py-8 border rounded-lg"> |
63 | 63 | <div class="flex flex-row items-center justify-between mb-4"> |
64 | 64 | <div> |
65 | | - <img src="icons/block-quote-line.svg" class="w-20 h-20 text-gray-400" /> |
| 65 | + <img src="/icons/block-quote-line.svg" class="w-20 h-20 text-gray-400" /> |
66 | 66 | <span class="text-xl font-semibold ">Today's Quote</span> |
67 | 67 | </div> |
68 | 68 | <ViewAll to="/quotes" /> |
|
80 | 80 | <div class="grid grid-cols-2 gap-4 mt-4"> |
81 | 81 | <div class="text-[14px] text-gray-500 |
82 | 82 | rounded px-2 py-1 flex items-center"> |
83 | | - <img src="icons/pdf.svg" class="w-8 h-8 mr-2" alt="PDF icon" /> |
| 83 | + <img src="/icons/pdf.svg" class="w-8 h-8 mr-2" alt="PDF icon" /> |
84 | 84 | PDF |
85 | 85 | </div> |
86 | 86 | <div class="text-[14px] text-gray-500 |
87 | 87 | rounded px-2 py-1 flex items-center"> |
88 | | - <img src="icons/txt.svg" class="w-8 h-8 mr-2" alt="TXT icon" /> |
| 88 | + <img src="/icons/txt.svg" class="w-8 h-8 mr-2" alt="TXT icon" /> |
89 | 89 | TXT |
90 | 90 | </div> |
91 | 91 | <!-- <div class="text-[14px] text-gray-500 |
92 | 92 | rounded px-2 py-1 flex items-center"> |
93 | | - <img src="icons/png.svg" class="w-8 h-8 mr-2" alt="PNG icon" /> |
| 93 | + <img src="/icons/png.svg" class="w-8 h-8 mr-2" alt="PNG icon" /> |
94 | 94 | PNG |
95 | 95 | </div> --> |
96 | 96 | <div class="text-[14px] text-gray-500 |
97 | 97 | rounded px-2 py-1 flex items-center"> |
98 | | - <img src="icons/docx.svg" class="w-8 h-8 mr-2" alt="DOCX icon" /> |
| 98 | + <img src="/icons/docx.svg" class="w-8 h-8 mr-2" alt="DOCX icon" /> |
99 | 99 | DOCX |
100 | 100 | </div> |
101 | 101 | <div class="text-[14px] text-gray-500 |
102 | 102 | rounded px-2 py-1 flex items-center"> |
103 | | - <img src="icons/csv.svg" class="w-8 h-8 mr-2" alt="CSV icon" /> |
| 103 | + <img src="/icons/csv.svg" class="w-8 h-8 mr-2" alt="CSV icon" /> |
104 | 104 | CSV |
105 | 105 | </div> |
106 | 106 | </div> |
|
109 | 109 | <!-- <label class="mt-4 border-dashed border-2 border-gray-300 p-10 text-center cursor-pointer hover:border-gray-400 transition block"> |
110 | 110 | <p class="text-lg"> |
111 | 111 | <div class="flex flex-col items-center"> |
112 | | - <img src="icons/file-text.svg" class="w-10 h-10 mb-2" /> |
| 112 | + <img src="/icons/file-text.svg" class="w-10 h-10 mb-2" /> |
113 | 113 | <p>Drop <em class="text-lime-600">My Clipping.txt</em> here</p> |
114 | 114 | </div> |
115 | 115 | </p> |
|
0 commit comments