rephrasing some stuff

This commit is contained in:
overcuriousity
2025-07-21 21:16:14 +02:00
parent 721fbaa63c
commit 6ae7f36660
6 changed files with 105 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ export interface Props {
description?: string;
}
const { title, description = 'CC24-Hub - A comprehensive directory of digital forensics and incident response tools' } = Astro.props;
const { title, description = 'CC24-Guide - A comprehensive directory of digital forensics and incident response tools' } = Astro.props;
---
<!DOCTYPE html>
@@ -17,7 +17,7 @@ const { title, description = 'CC24-Hub - A comprehensive directory of digital fo
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content={description}>
<title>{title} - CC24-Hub</title>
<title>{title} - CC24-Guide</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<script src="/src/scripts/theme.js"></script>
<script>