chore: fix button links
This commit is contained in:
parent
27ab8caf24
commit
3e2cededc7
|
|
@ -187,8 +187,9 @@ const getIconName = (lc: LearningContent) => {
|
||||||
class="grow pr-8"
|
class="grow pr-8"
|
||||||
></FeedbackSubmissionProgress>
|
></FeedbackSubmissionProgress>
|
||||||
<div class="flex items-center lg:w-1/4 lg:justify-end">
|
<div class="flex items-center lg:w-1/4 lg:justify-end">
|
||||||
<button v-if="submittable.detailsLink" class="btn-primary">
|
|
||||||
<router-link
|
<router-link
|
||||||
|
v-if="submittable.detailsLink"
|
||||||
|
class="btn-primary"
|
||||||
:to="submittable.detailsLink"
|
:to="submittable.detailsLink"
|
||||||
:data-cy="
|
:data-cy="
|
||||||
isFeedback(submittable.content)
|
isFeedback(submittable.content)
|
||||||
|
|
@ -198,7 +199,6 @@ const getIconName = (lc: LearningContent) => {
|
||||||
>
|
>
|
||||||
{{ submittable.showDetailsText }}
|
{{ submittable.showDetailsText }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue