Skip to content

Commit

Permalink
updated meta description on homepage
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 1, 2022
1 parent 31ac4b1 commit 724e369
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
generate_release_notes: true
1 change: 1 addition & 0 deletions public/locales/bg/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"podkrepi": "Подкрепи.бг",
"title": "прозрачна дарителска онлайн платформа",
"metaDescription": "Подкрепи.бг - прозрачна дарителска онлайн платформа",
"beta-pop-up": {
"beta-version": "Това е бета версията на платформата на <1>Подкрепи.бг</1> преди предстоящия наесен официален старт.",
"feedback": "Ще сме благодарни, ако ни помогнете като тествате платформата и ни върнете обратна връзка на <1>[email protected]</1> с нещата, които според Вас могат да се подобрят.",
Expand Down
1 change: 1 addition & 0 deletions public/locales/en/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"podkrepi": "Podkrepi.bg",
"title": "a transparent online donation platform",
"metaDescription": "Podkrepi.bg - a transparent online donation platform",
"beta-pop-up": {
"beta-version": "This is the beta version of the <1>Podkrepi.bg</1> platform before the official launch in the fall.",
"feedback": "We would be grateful if you could help us by testing the platform and giving us feedback at <1>[email protected]</1> with the things you think can be improved.",
Expand Down
4 changes: 2 additions & 2 deletions src/components/index/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function IndexPage() {
maxWidth={false}
disableOffset
disableGutters
title={t('index:jumbotron.heading')}
metaDescription={t('index:jumbotron.heading')}>
title={t('index:metaDescription')}
metaDescription={t('index:metaDescription')}>
<BetaPopUpDialog />
<Jumbotron />
<CampaignsSection />
Expand Down

0 comments on commit 724e369

Please sign in to comment.