fix: project images

This commit is contained in:
eggy 2022-08-10 20:22:37 -04:00
parent 00a5c8c4ca
commit 74cad85292

View File

@ -43,7 +43,7 @@ const imgUrl = project.img ? `url(/images/projects/${project.img})` : "none";
</div> </div>
</div> </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> </div>
</a> </a>
</template> </template>