Skip to content

Commit

Permalink
Merge branch 'master' into linkpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb4dev authored Aug 19, 2024
2 parents 19103a1 + 449ddc1 commit 6d81f1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/components/EvetsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
img: {
type: String,
default: 'https://cloud.serveriry.fi/s/rRJL8CTTSg9KDYK/download/Tapahtumat-placeholder.png',
default: 'https://api.serveriry.fi/assets/9db2e4a2-e9d7-4dab-8156-8cc0f482775d',
required: true,
},
fi_title: {
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/langingpage/LastNews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
img: {
type: String,
default: 'https://cloud.serveriry.fi/s/rRJL8CTTSg9KDYK/download/Tapahtumat-placeholder.png',
default: 'https://api.serveriry.fi/assets/9db2e4a2-e9d7-4dab-8156-8cc0f482775d',
required: true,
},
fi_title: {
Expand Down
1 change: 1 addition & 0 deletions app/src/components/langingpage/SponsorCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
// 1024: { itemsToShow: 4, snapAlign: 'center' },
// 1440: { itemsToShow: 6, snapAlign: 'center' },
// });
</script>

<style scoped>
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/news/NewsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
img: {
type: String,
default: 'https://cloud.serveriry.fi/s/rRJL8CTTSg9KDYK/download/Tapahtumat-placeholder.png',
default: 'https://api.serveriry.fi/assets/9db2e4a2-e9d7-4dab-8156-8cc0f482775d',
required: true,
},
fi_title: {
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/partners/PartnerPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
name: 'Yrityksen logo puuttuu',
url: 'https://serveriry.fi',
img: 'https://cloud.serveriry.fi/s/rRJL8CTTSg9KDYK/download/Tapahtumat-placeholder.png',
img: 'https://api.serveriry.fi/assets/9db2e4a2-e9d7-4dab-8156-8cc0f482775d',
},
];
}
Expand Down
3 changes: 3 additions & 0 deletions app/src/pages/opiskelu/linkit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<div>
<Head>
<Title>{{ $t('title_forms') }} - Serveri ry</Title>
<Meta name="description" content="Serveri ry:n lomakkeet ja linkit." />
<Meta name="og:title" content="{{ $t('title_forms') }} - Serveri ry" />
<Meta name="og:description" content="Serveri ry:n lomakkeet ja linkit." />
</Head>
<vue-markdown class="rich-text py-2" :source="content[$i18n.locale + '_text']" />
</div>
Expand Down

0 comments on commit 6d81f1a

Please sign in to comment.