Skip to content

Commit

Permalink
updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Aug 2, 2024
1 parent d12f96a commit ef0cdea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/home/Organizers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ function Organizers({ organizers }: { organizers: Organizer[] }) {
<div className="w-full md:w-6/12 ml-auto">
<div className="md:pr-12 text-left mt-3 md:mt-0">
<h2 className="title lowercase dark:text-accent-dark">
<span>organized</span> <span className="font-medium"> by;</span>
<span>community partners</span>{' '}
<span className="font-medium"> by;</span>
</h2>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion components/layouts/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ export default function Layout({ children }: { children: ReactNode }) {
return (
<>
<Head>
<title>The Largest Android Developers&apos; Conference in Africa</title>
<title>
First ever Flutter focused developer conference in Africa.
</title>
</Head>
<ThemeProvider>
<AuthProvider>
Expand Down

0 comments on commit ef0cdea

Please sign in to comment.