fix: project images
This commit is contained in:
parent
00a5c8c4ca
commit
74cad85292
@ -43,7 +43,7 @@ const imgUrl = project.img ? `url(/images/projects/${project.img})` : "none";
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-img h-full p-4 flex" />
|
||||
<div class="card-img h-full p-4 flex" :style="{ '--imgurl': imgUrl }" />
|
||||
</div>
|
||||
</a>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user