aboutsummaryrefslogtreecommitdiff
path: root/src/routes/Records.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/Records.js')
-rw-r--r--src/routes/Records.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/Records.js b/src/routes/Records.js
index cd69f72..2a21fab 100644
--- a/src/routes/Records.js
+++ b/src/routes/Records.js
@@ -157,7 +157,9 @@ export function Records() {
return (
<RequireAuth>
<main className="records-table-container">
- <h1>DNS Records for {zoneName}</h1>
+ <h1>
+ DNS Records for <b>{zoneName}</b>
+ </h1>
{zone && (
<RecordTable
records={zone}