From 7094501db2796b80197cacd8c681d9f6c88637d6 Mon Sep 17 00:00:00 2001 From: Agbasimere Date: Wed, 26 Aug 2026 02:26:29 +0100 Subject: [PATCH] chore(web): add per-file copyright headers to UI components --- apps/web/src/ui/Confetti.tsx | 1 + apps/web/src/ui/CountUp.tsx | 1 + apps/web/src/ui/Toast.tsx | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/web/src/ui/Confetti.tsx b/apps/web/src/ui/Confetti.tsx index f093860..9e87264 100644 --- a/apps/web/src/ui/Confetti.tsx +++ b/apps/web/src/ui/Confetti.tsx @@ -1,3 +1,4 @@ +// Copyright (c) 2026 Sub Rosa contributors import { useEffect, useRef, useState } from "react"; import { AnimatePresence, motion, useReducedMotion } from "framer-motion"; diff --git a/apps/web/src/ui/CountUp.tsx b/apps/web/src/ui/CountUp.tsx index 6664282..0394844 100644 --- a/apps/web/src/ui/CountUp.tsx +++ b/apps/web/src/ui/CountUp.tsx @@ -1,3 +1,4 @@ +// Copyright (c) 2026 Sub Rosa contributors import { useEffect, useRef } from "react"; import { animate, useReducedMotion } from "framer-motion"; diff --git a/apps/web/src/ui/Toast.tsx b/apps/web/src/ui/Toast.tsx index a5160b0..ec96e43 100644 --- a/apps/web/src/ui/Toast.tsx +++ b/apps/web/src/ui/Toast.tsx @@ -1,3 +1,4 @@ +// Copyright (c) 2026 Sub Rosa contributors import { createContext, useCallback,