+
{history.splice(0, 10).map(changetset =>
)}
diff --git a/src/app/components/ShowEmailJS.tsx b/src/app/components/ShowEmailJS.tsx
index 485cc41a7..6c88afad1 100644
--- a/src/app/components/ShowEmailJS.tsx
+++ b/src/app/components/ShowEmailJS.tsx
@@ -7,5 +7,5 @@ import { useState } from 'react'
export const ShowEmailJS: React.FC = () => {
const [email, setEmail] = useState < string | null>()
- return (
)
+ return (
)
}
diff --git a/src/app/global.css b/src/app/global.css
index 61901e223..dc801c1c6 100644
--- a/src/app/global.css
+++ b/src/app/global.css
@@ -28,4 +28,12 @@ h2 {
.hero-text-shadow {
text-shadow: 1px 1px 3px rgb(21, 8, 60);
+}
+
+.rainbow-border {
+ background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat,
+ linear-gradient(0deg, #00a7f4 0%, transparent 70%),
+ radial-gradient(at 100% 0%, #00ff53 0%, transparent 70%),
+ #f15e40;
+ box-sizing: border-box;
}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 80ed6823e..a8711eb83 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,12 +7,13 @@ import { USAToC } from './components/USAToC'
export default async function Home (): Promise
{
return (