Skip to content

Commit d0ca006

Browse files
committed
chore: update icon size
1 parent 3e00c82 commit d0ca006

File tree

1 file changed

+4
-4
lines changed
  • src/pages/solutions/netspective-ai-workforce-solutions

1 file changed

+4
-4
lines changed

src/pages/solutions/netspective-ai-workforce-solutions/index.astro

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ allPosts.sort((a, b) => {
2929
<div class="grid grid-cols-1 md:grid-cols-4 gap-4">
3030
<div class="my-2">
3131
<a href="/solutions/netspective-ai-workforce-solutions/#1-platform--software-solutions" class="text-white">
32-
<p class="mb-1 flex justify-center"><img src={r.uaAssetURL.brand(
32+
<p class="mb-1 flex justify-center"><img class="w-28 h-28" src={r.uaAssetURL.brand(
3333
"/www.netspective.com/solutions/ai-workforce/ico-AI-workforce-1.png"
3434
)} alt="Patient-Content"></p>
3535
<p class="leading-5">Platform & Software Solutions</p>
3636
</a>
3737
</div>
3838
<div class="my-2">
3939
<a href="/solutions/netspective-ai-workforce-solutions/#2-ai-integration--consulting" class="text-white">
40-
<p class="mb-1 flex justify-center"><img src={r.uaAssetURL.brand(
40+
<p class="mb-1 flex justify-center"><img class="w-28 h-28" src={r.uaAssetURL.brand(
4141
"/www.netspective.com/solutions/ai-workforce/ico-AI-workforce-2.png"
4242
)} alt="Information Button"></p>
4343
<p class="leading-5">AI Integration & Consulting</p>
4444
</a>
4545
</div>
4646
<div class="my-2">
4747
<a href="/solutions/netspective-ai-workforce-solutions/#3-application-monitoring--management" class="text-white">
48-
<p class="mb-1 flex justify-center"><img src={r.uaAssetURL.brand(
48+
<p class="mb-1 flex justify-center"><img class="w-28 h-28" src={r.uaAssetURL.brand(
4949
"/www.netspective.com/solutions/ai-workforce/ico-AI-workforce-3.png"
5050
)} alt="Plug-ins and Extensions"></p>
5151
<p class="leading-5">Application Monitoring & Management</p>
5252
</a>
5353
</div>
5454
<div class="my-2">
5555
<a href="/solutions/netspective-ai-workforce-solutions/#4-downloadable-ai-software" class="text-white">
56-
<p class="mb-1 flex justify-center"><img src={r.uaAssetURL.brand(
56+
<p class="mb-1 flex justify-center"><img class="w-28 h-28" src={r.uaAssetURL.brand(
5757
"/www.netspective.com/solutions/ai-workforce/ico-AI-workforce-4.png"
5858
)} alt="Loyalty-Rewards"></p>
5959
<p class="leading-5">Downloadable AI Software</p>

0 commit comments

Comments
 (0)