From ee98a12c3c0c7ee98e96ba5cd277392017d09b8a Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Sun, 31 Dec 2023 17:14:04 -0800 Subject: [PATCH] fix: accessibilty --- app/page.tsx | 2 +- components/Footer.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index b072dfa..7729c02 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -40,7 +40,7 @@ const EXAMPLES = [ const ArticulatableDefinition = () => { return ( - + diff --git a/components/Footer.tsx b/components/Footer.tsx index 30816aa..eb0c660 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -13,9 +13,10 @@ const Footer = () => {