basic set-up; started work on projects page
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<script lang="ts">
|
||||
let {
|
||||
bannerImg,
|
||||
bannerImgAlt,
|
||||
bannerImg = "",
|
||||
bannerImgAlt = "",
|
||||
title,
|
||||
subtitle,
|
||||
subtitle = "",
|
||||
}: {
|
||||
bannerImg: string,
|
||||
bannerImgAlt: string,
|
||||
title: string,
|
||||
subtitle: string,
|
||||
bannerImg?: string;
|
||||
bannerImgAlt?: string;
|
||||
title: string;
|
||||
subtitle?: string;
|
||||
} = $props();
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user