Skip to content

Commit

Permalink
refactor(CurrentChallenge): simplify the url to /challenge. Add to th…
Browse files Browse the repository at this point in the history
…e sidebar (#1325)
  • Loading branch information
raphodn authored Jan 25, 2025
1 parent f6ee51c commit 9a9c3fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 4 additions & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,11 @@
"PriceValidationAssistant": {
"Title": "Price Validation Assistant"
},
"Challenge": {
"Title": "Challenge"
},
"CommunityChallenge": {
"Title": "Community Challenge"
"Title": "Community challenge"
},
"ValidatePrices": {
"Title": "Validate prices"
Expand Down
8 changes: 5 additions & 3 deletions src/router.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/views/CurrentChallenge.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<template>
<h1 class="text-h5 mb-1">
{{ $t('Challenge.Title') }}
</h1>

<v-row>
<v-col cols="12" md="6">
<p class="mb-2">
Expand Down
2 changes: 1 addition & 1 deletion src/views/Experiments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<v-card
:title="$t('Router.CommunityChallenge.Title')"
prepend-icon="mdi-trophy"
to="/experiments/challenge"
to="/challenge"
/>
</v-col>
</v-row>
Expand Down

0 comments on commit 9a9c3fb

Please sign in to comment.