Chore: update faker to replace deprecated methods, add canadianCities for location data

This commit is contained in:
Aaron William Po
2023-06-02 23:11:30 -04:00
parent b97228cfa1
commit e3da430425
15 changed files with 10469 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ const DesktopLinks: FC = () => {
<ul className="menu menu-horizontal menu-sm">
{pages.map((page) => {
return (
<li key={page.slug} >
<li key={page.slug}>
<Link tabIndex={0} href={page.slug} className="hover:bg-primary-focus">
<span
className={`text-lg uppercase ${