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>
|
||||
<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 }}
|
||||
</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user