From f9e1515898d9c39a6acfe9458ecd9efecff4ac72 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 16 Jan 2025 07:15:48 +0200 Subject: [PATCH] --- Source/Function/Commit/Layout.astro | 9 +++++---- package.json | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Source/Function/Commit/Layout.astro b/Source/Function/Commit/Layout.astro index b5ab9ba2..7a322ce1 100644 --- a/Source/Function/Commit/Layout.astro +++ b/Source/Function/Commit/Layout.astro @@ -41,7 +41,7 @@ export interface Commit { html_url: string; } -const UU +const UUID = _UUID(); ---
@@ -50,7 +50,7 @@ const UU <> + id={UUID}>
@@ -119,8 +119,9 @@ const UU } -