Skip to content

Commit

Permalink
unified public api catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed May 16, 2022
1 parent 7fe9122 commit 99acb68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/components/pages/About/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Banner: FC = () => {
<section className="py-12 md:py-16 border-b border-zinc-300 border-solid dark:bg-zinc-900 dark:border-zinc-600">
<div className="md:max-w-4xl lg:max-w-7xl text-center ml-auto mr-auto w-11/12">
<h1 className="font-bold text-4xl md:text-6xl mb-6 text-black dark:text-white">
Universal Public API Interface
Unified Public API Catalog
</h1>
<h2 className="text-md md:text-lg max-w-xl mx-auto text-zinc-700 dark:text-zinc-400 font-medium">
Explore, discover and consume public APIs as simple programmable building
Expand Down
2 changes: 1 addition & 1 deletion apps/web/lib/seo.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"home": {
"description": "Explore, discover and consume public APIs as simpler programmable building blocks for a 10x better developer experience.",
"title": "Universal Public API Interface"
"title": "Unified Public API Catalog"
},
"login": {
"description": "Login to Micro to start using our public APIs",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function Home({
<LoggedInView user={user} apiToken={apiToken} />
) : (
<Landing
heading="Universal Public API Interface"
heading="Unified Public API Catalog"
services={services}
subHeading="Explore, discover and consume public APIs as simple programmable
building blocks"
Expand Down

0 comments on commit 99acb68

Please sign in to comment.