Skip to content

Commit

Permalink
adaptions for FemCare
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviareichl committed Nov 2, 2023
1 parent 12ec06a commit 8cbf95a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
2 changes: 0 additions & 2 deletions components/HeaderBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
</client-only>

<v-divider vertical />

<LocaleDropDown />
</v-app-bar>
</template>
<script setup lang="ts">
Expand Down
2 changes: 1 addition & 1 deletion config/discoveryConfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Femcare Vienna - Discovery",
"defaultLocale": "de",
"defaultLocale": "en",
"imageDomains": ["openatlas.eu"]
}
2 changes: 1 addition & 1 deletion config/discoveryConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ export interface DiscoveryConfig {

export const defaultDiscoveryConfig: DiscoveryConfig = {
defaultLocale: "en",
logo: "logo.svg",
logo: "logo.jpg",
title: "OpenAtlas Discovery",
};
20 changes: 0 additions & 20 deletions content/en/team.md

This file was deleted.

0 comments on commit 8cbf95a

Please sign in to comment.