Skip to content

Commit

Permalink
new icon motor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacati committed Oct 25, 2024
1 parent 0a91012 commit 146dab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file added public/images/motor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/global/Cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import { Eye } from 'lucide-astro';
<div class="w-full flex justify-between mt-2 items-center">
<p class="text-gray-400 z-20">{description}</p>
{typeMotor && (
<div class=" flex gap-1">
<img src="/images/motor.svg">
<div class=" flex gap-1 items-center">
<img src="/images/motor.png" alt="moteur" class="w-12 h-12">
<div class="flex flex-col lg:flex-row gap-1">
<p class="px-3 bg-orange-500 rounded-3xl items-center flex justify-center text-white">{typeMotor}</p>
<p class="px-3 bg-orange-500 rounded-3xl items-center flex justify-center text-white h-fit">{typeMotor}</p>
{typeMotor1 && (
<p class="px-3 bg-orange-500 rounded-3xl items-center flex justify-center text-white">{typeMotor1}</p>
<p class="px-3 bg-orange-500 rounded-3xl items-center flex justify-center text-white h-fit">{typeMotor1}</p>
)}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/global/TemplateConfig.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { ChevronDown, ChevronLeft, ChevronRight } from 'lucide-astro';
<div class="w-full flex justify-between mt-2 items-center">
<p class="text-gray-400 w-28 md:w-full">{enderTitle}</p>
<div class="flex gap-2 items-center">
<img src="/images/motor.svg" alt="moteur">
<img src="/images/motor.png" alt="moteur" class="w-12 h-12">
<div class="flex flex-col lg:flex-row gap-2 md:mr-8 lg:mr-0">
<p class="px-3 bg-orange-500 rounded-3xl items-center flex justify-center text-white">{typeMotor}</p>
{typeMotor1 && (
Expand Down

0 comments on commit 146dab8

Please sign in to comment.