Skip to content

Commit

Permalink
updated some links; removed the WIP banner for v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Oct 31, 2023
1 parent d65c3d6 commit 2347e11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
24 changes: 0 additions & 24 deletions pages/v0.1/ChecklistBannerWIP.vue

This file was deleted.

4 changes: 2 additions & 2 deletions pages/v0.1/ChecklistHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="spacer">
</div>
<div class="view-source">
<a href="https://github.com/ardc-fair-checklist/ardc-fair-checklist/issues/new?labels=user-feedback&template=10_feedback.md">
<a href="https://github.com/ardc-fair-checklist/ardc-fair-checklist.github.io/issues/new?labels=user-feedback&template=10_feedback.md">
Report an issue
</a>
<a href="https://github.com/ardc-fair-checklist/ardc-fair-checklist/issues/new?labels=user-feedback&template=10_feedback.md">
<a href="https://github.com/ardc-fair-checklist/ardc-fair-checklist.github.io/issues/new?labels=user-feedback&template=10_feedback.md">
<img src="/octocat.svg" alt="octocat logo" />
</a>
</div>
Expand Down
2 changes: 0 additions & 2 deletions pages/v0.1/index.page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<ChecklistHeader />
<main>
<h1>Self-assessment checklist for FAIR software</h1>
<ChecklistBannerWIP />
<ChecklistBannerVersions />
<ChecklistBannerParams />
<template v-if="nQuestions.total > 0">
Expand Down Expand Up @@ -50,7 +49,6 @@ import ChecklistAbout from './ChecklistAbout.vue';
import ChecklistBadgeSnippets from './ChecklistBadgeSnippets.vue';
import ChecklistBannerParams from './ChecklistBannerParams.vue';
import ChecklistBannerVersions from './ChecklistBannerVersions.vue';
import ChecklistBannerWIP from './ChecklistBannerWIP.vue';
import ChecklistHeader from './ChecklistHeader.vue';
import ChecklistProgressBars from './ChecklistProgressBars.vue';
import ChecklistQuestion from './ChecklistQuestion.vue';
Expand Down

0 comments on commit 2347e11

Please sign in to comment.