make colors match
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m41s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m41s
This commit is contained in:
@@ -13,7 +13,7 @@ const keys = ["name", "link"];
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<a v-for="(row, rowIndex) in linkArr" :key="rowIndex" :href="row.link">
|
<a v-for="(row, rowIndex) in linkArr" :key="rowIndex" :href="row.link">
|
||||||
<p class="bdr-2 bg-bg_primary">
|
<p class="bdr-2 bg-bg_tertiary">
|
||||||
{{ row.name }}
|
{{ row.name }}
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user