Skip to content

Commit

Permalink
Merge branch 'supabase:master' into fix/Twitter-Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat-bhatia73 authored Aug 25, 2023
2 parents b39f291 + 5749f90 commit e2d6a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/www/components/BuiltWithSupabase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const BuiltExamples = () => {
return (
<SectionContainer className="xl:pt-32">
<div className="text-center">
<h3 className="h2">What can you build with supabase?</h3>
<p className="p">There are many example apps and starter projects to get going</p>
<h3 className="h2">What can you build with Supabase?</h3>
<p className="p">There are many example apps and starter projects to get you started.</p>
<div className="flex justify-center gap-2 py-4">
<Link href="/docs/guides/examples" as="/docs/guides/examples" passHref>
<a>
Expand All @@ -29,7 +29,7 @@ const BuiltExamples = () => {
>
<a>
<Button type="default" icon={<IconGitHub />} size="small">
Official github library
Official GitHub library
</Button>
</a>
</Link>
Expand Down

0 comments on commit e2d6a80

Please sign in to comment.