Skip to content

Commit 54f46bd

Browse files
committed
fix project bug
1 parent 20c5420 commit 54f46bd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/layouts/MainLayout.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
class="tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-w-14 tw-h-8 tw-text-center"
2626
active-class=" tw-border-b-2 active-text-color tw-text-sky-600 tw-border-blue-500">OpenTS
2727
</a>
28-
<router-link v-if="locale !== 'en'" to="/recruit"
29-
class="tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-h-8 tw-text-center"
28+
<router-link to="/recruit" class="tw-m-4 tw-text-gray-400 hover:tw-text-blue-500 tw-h-8 tw-text-center"
3029
active-class="tw-border-b-2 active-text-color tw-text-sky-600 tw-border-blue-500">
3130
{{ $t("JoinPage") }}
3231
</router-link>
@@ -36,7 +35,7 @@
3635
<q-fab-action class="tw-bg-white" :label="$t('IndexPage')" to="/index" />
3736
<q-fab-action class="tw-bg-white" :label="$t('publicationPage')" to="/papers" />
3837
<q-fab-action class="tw-bg-white" :label="$t('MemberPage')" to="/member" />
39-
<q-fab-action class="tw-bg-white" :label="$t('ProjectPage')" to="/project" />
38+
<q-fab-action v-if="locale !== 'en'" class="tw-bg-white" :label="$t('ProjectPage')" to="/project" />
4039
<q-fab-action class="tw-bg-white" label="OpenTS" href="https://decisionintelligence.github.io/OpenTS/"
4140
target="_blank" />
4241
<q-fab-action class="tw-bg-white" :label="$t('JoinPage')" to="/recruit" />

0 commit comments

Comments
 (0)