Skip to content

Commit

Permalink
Update FineWeather.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tkzt authored Nov 20, 2024
1 parent 50d13d8 commit 758343c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/views/FineWeather.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="
bg-#4c1d9525 backdrop-blur-2 saturate-120%
dark:bg-violet-950 dark:c-gray-200 break-inside-avoid
rd-2 pa-4 box-border mb-4 c-slate-800 text-justify lh-6 tracking-.1 text-0px
rd-2 pa-4 box-border mb-4 c-slate-800 text-justify lh-6 text-0px
" :class="{ 'flex items-center justify-between': folded }">
<template v-if="!folded">
<div class="text-sm">{{ INTRO }}</div>
Expand Down Expand Up @@ -106,7 +106,7 @@ import ImageDetail from '@/components/ImageDetail.vue'
const PAGE_SIZE = 20
const TITLE = '「Fine Weather」'
const INTRO = `Fine Weather is a photo album application based on Vue and BootstrapFlask, which is built to collect ${TITLE} moments of life`
const INTRO = `Fine Weather is a photo album application based on Vue and BootstrapFlask, which is built to collect ${TITLE} moments of life.`
const isDark = useDark()
const imageDetailModel = ref(false)
Expand Down

0 comments on commit 758343c

Please sign in to comment.