|
10 | 10 | <div class="shadow px-8 py-12 hover:bg-primary dark:bg-primary-70 dark:hover:bg-primary-90 group rounded"> |
11 | 11 | <div class="text-center w-24 xl:w-28 h-24 xl:h-28 mx-auto"> |
12 | 12 | <div class="hidden group-hover:block"> |
13 | | - <%= image_tag "images/home/icon-software-development.svg", alt: "development icon", class: "invert dark:opacity-70" %> |
| 13 | + <%= image_tag asset_path("packs/images/home/icon-software-development.svg"), alt: "development icon", class: "invert dark:opacity-70" %> |
14 | 14 | </div> |
15 | 15 | <div class="block group-hover:hidden"> |
16 | | - <%= image_tag "images/home/icon-software-development.svg", alt: "development icon", class: "invert-0 dark:invert" %> |
| 16 | + <%= image_tag asset_path("packs/images/home/icon-software-development.svg"), alt: "development icon", class: "invert-0 dark:invert" %> |
17 | 17 | </div> |
18 | 18 | </div> |
19 | 19 | <div class="text-center"> |
|
29 | 29 | <div class="shadow px-8 py-12 hover:bg-primary dark:bg-primary-70 dark:hover:bg-primary-90 group rounded"> |
30 | 30 | <div class="text-center w-24 xl:w-28 h-24 xl:h-28 mx-auto"> |
31 | 31 | <div class="hidden group-hover:block"> |
32 | | - <%= image_tag "images/home/icon-app-development.svg", alt: "Mobile Application icon", class: "invert dark:opacity-70" %> |
| 32 | + <%= image_tag asset_path("packs/images/home/icon-app-development.svg"), alt: "Mobile Application icon", class: "invert dark:opacity-70" %> |
33 | 33 | </div> |
34 | 34 | <div class="block group-hover:hidden"> |
35 | | - <%= image_tag "images/home/icon-app-development.svg", alt: "Mobile Application icon", class: "invert-0 dark:invert" %> |
| 35 | + <%= image_tag asset_path("packs/images/home/icon-app-development.svg"), alt: "Mobile Application icon", class: "invert-0 dark:invert" %> |
36 | 36 | </div> |
37 | 37 | </div> |
38 | 38 | <div class="text-center"> |
|
48 | 48 | <div class="shadow px-8 py-12 hover:bg-primary dark:bg-primary-70 dark:hover:bg-primary-90 group rounded"> |
49 | 49 | <div class="text-center w-24 xl:w-28 h-24 xl:h-28 mx-auto"> |
50 | 50 | <div class="hidden group-hover:block"> |
51 | | - <%= image_tag "images/home/icon-filmmaking.svg", alt: "film and photography icon", class: "invert dark:opacity-70" %> |
| 51 | + <%= image_tag asset_path("packs/images/home/icon-filmmaking.svg"), alt: "film and photography icon", class: "invert dark:opacity-70" %> |
52 | 52 | </div> |
53 | 53 | <div class="block group-hover:hidden"> |
54 | | - <%= image_tag "images/home/icon-filmmaking.svg", alt: "film and photography icon", class: "invert-0 dark:invert" %> |
| 54 | + <%= image_tag asset_path("packs/images/home/icon-filmmaking.svg"), alt: "film and photography icon", class: "invert-0 dark:invert" %> |
55 | 55 | </div> |
56 | 56 | </div> |
57 | 57 | <div class="text-center"> |
|
0 commit comments