Skip to content

Commit

Permalink
fix: update flag to the venue wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
baby230211 committed Jun 13, 2024
1 parent 23da2ac commit 243b889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion i18n/venue/index.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default genI18nMessages({
og: {
title: 'Venue Information',
description:
'PyCon Taiwan 2024 will be held at the National Science and Technology MuseumSouth Complex) for both novice and experienced Python developers.',
'PyCon Taiwan 2024 will be held at the National Science and Technology Museum (South Complex), with a focus on the latest technology and best practices in Python. The open-source community will bring high-quality speeches and workshops, providing valuable learning and networking opportunities for both novice and experienced Python developers.',
},
venueInfo: {
name: 'National Science and Technology Museum\n(South Complex)',
Expand Down
4 changes: 2 additions & 2 deletions pages/venue/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
v-if="selectedTransModeIndex === 2"
></VenueShuttleServiceTab>
</div>
<client-only>
<client-only v-if="showVenueMap">
<core-h1
class="venue-title whitespace-pre-line pt-20 text-center"
:title="$t('venueMap.title')"
center
>
</core-h1>
<VenueMap v-if="showVenueMap" class=""></VenueMap>
<VenueMap class=""></VenueMap>
</client-only>
</i18n-page-wrapper>
</template>
Expand Down

0 comments on commit 243b889

Please sign in to comment.