Chunte HF staff commited on
Commit
c85cf40
1 Parent(s): 95d9577

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -179,7 +179,7 @@
179
  <!--Download Buttons-->
180
  <button x-data="{ filename: 'Doodle Huggy.gif', imageUrl: 'images/modern Huggies/Doodle Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
181
  <img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
182
- <p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
183
  </button>
184
  </div>
185
  </div>
@@ -279,7 +279,7 @@
279
  <!--Download Buttons-->
280
  <button x-data="{ filename: 'Vibing Huggy', imageUrl: 'images/modern Huggies/Vibing Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
281
  <img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
282
- <p class="text-gray-500 font-mono hidden md:inline-block">.png</p>
283
  </button>
284
 
285
  </div>
 
179
  <!--Download Buttons-->
180
  <button x-data="{ filename: 'Doodle Huggy.gif', imageUrl: 'images/modern Huggies/Doodle Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
181
  <img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
182
+ <p class="text-gray-500 font-mono hidden md:inline-block">.gif</p>
183
  </button>
184
  </div>
185
  </div>
 
279
  <!--Download Buttons-->
280
  <button x-data="{ filename: 'Vibing Huggy', imageUrl: 'images/modern Huggies/Vibing Huggy.gif' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
281
  <img src="images/download icon.svg" class=" w-4 h-4 hidden md:inline-block" alt="">
282
+ <p class="text-gray-500 font-mono hidden md:inline-block">.gif</p>
283
  </button>
284
 
285
  </div>