Skip to content

Commit

Permalink
fix: 🐛 update staging data links
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Jan 9, 2024
1 parent 2b0cf7f commit ffd22cb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 331 deletions.
44 changes: 16 additions & 28 deletions src/views/home/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,14 @@ const statistics = ref([
Share Data
</n-button>

<n-popover trigger="hover" :keep-alive-on-hover="false" placement="bottom">
<template #trigger>
<a href="https://access.fairhub.io">
<n-button type="info" @click="navigateToStudies" size="large" disabled>
<template #icon>
<f-icon icon="material-symbols:public" />
</template>
View Published Datasets
</n-button>
</a>
</template>

<span>Coming soon...</span>
</n-popover>
<a href="https://staging.data.fairhub.io">
<n-button type="info" size="large">
<template #icon>
<f-icon icon="material-symbols:public" />
</template>
View Published Datasets
</n-button>
</a>
</div>
</div>

Expand Down Expand Up @@ -169,20 +163,14 @@ const statistics = ref([
</p>

<div class="flex w-max space-x-4 pt-4">
<n-popover trigger="hover" :keep-alive-on-hover="false" placement="bottom">
<template #trigger>
<a href="https://access.fairhub.io">
<n-button type="info" @click="navigateToStudies" size="large" disabled>
<template #icon>
<f-icon icon="material-symbols:public" />
</template>
View Published Datasets
</n-button>
</a>
</template>

<span>Coming soon...</span>
</n-popover>
<a href="https://staging.data.fairhub.io">
<n-button type="info" size="large">
<template #icon>
<f-icon icon="material-symbols:public" />
</template>
View Published Datasets
</n-button>
</a>
</div>
</div>
</section>
Expand Down
Loading

0 comments on commit ffd22cb

Please sign in to comment.