This commit is contained in:
2024-10-03 16:22:20 +09:00
parent e512da9a48
commit d865938430
62 changed files with 931 additions and 905 deletions

View File

@@ -40,6 +40,7 @@ onMounted(() => {
</script>
<template>
<PageTop text="News" image-path="/images/news-top.jpg" />
<main>
<img :src="(data?.coverImagePath as string) || '/sera-logo-text.svg'" />
<div
@@ -52,6 +53,7 @@ onMounted(() => {
<style scoped>
main {
margin: unset;
display: grid;
width: 50%;
height: fit-content;