mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Use <button> instead of <a>
If you don't want to link somewhere, use a button instead of an anchor,
fellas. 😉
This commit is contained in:
parent
985d53e52b
commit
9fd895fc42
@ -50,9 +50,9 @@
|
||||
</ds-text>
|
||||
<ds-space margin-top="xx-large" margin-bottom="x-small">
|
||||
<counter-icon icon="flag" :count="report.filed.length">
|
||||
<a @click="showFiledReports = !showFiledReports">
|
||||
<ds-button ghost primary @click="showFiledReports = !showFiledReports">
|
||||
{{ $t('moderation.reports.moreDetails') }}
|
||||
</a>
|
||||
</ds-button>
|
||||
</counter-icon>
|
||||
</ds-space>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user