Add ProjectCard image class parameter

This commit is contained in:
2024-08-17 15:54:59 +02:00
parent b0b6b565e6
commit 9b6917e066
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<ProjectCard
title="WaveMap" :image="image"
title="WaveMap" :image="image" image_classes="!max-h-[32rem]"
:links="[
{ label: 'Repository', url: 'https://github.com/NotXia/wave-map' },
]">