mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 13:49:51 +00:00
use semibold
This commit is contained in:
@@ -107,7 +107,7 @@ export function DNSRecordsDataTable<TData, TValue>({
|
||||
<CardHeader className="flex flex-col space-y-4 sm:flex-row sm:items-center sm:justify-between sm:space-y-0 pb-4">
|
||||
<div className="flex flex-row space-y-3 w-full sm:mr-2 gap-2 justify-between">
|
||||
<div className="relative w-full sm:max-w-sm flex flex-row gap-4 items-center">
|
||||
<h1 className="font-bold">{t("dnsRecord")}</h1>
|
||||
<h1 className="font-semibold">{t("dnsRecord")}</h1>
|
||||
<Badge variant="secondary">{t("required")}</Badge>
|
||||
</div>
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user