Skip to content

Commit

Permalink
remove the platform name from the h1 title for /gen1 page (#7118)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com>
  • Loading branch information
hbuchel and timngyn authored Mar 25, 2024
1 parent 90bd8e9 commit d3e16b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/gen1/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DEFAULT_PLATFORM, PLATFORM_DISPLAY_NAMES } from '@/data/platforms';
import { DEFAULT_PLATFORM } from '@/data/platforms';
import { FrameworkGrid } from '@/components/FrameworkGrid';
import { IconChevron } from '@/components/Icons';
import {
Expand Down Expand Up @@ -37,7 +37,7 @@ const PlatformOverview = () => {
<Flex className="home-content">
<Flex className="home-intro">
<Heading level={1} className="home-intro__heading">
Amplify Documentation for {PLATFORM_DISPLAY_NAMES[DEFAULT_PLATFORM]}
Amplify Documentation
</Heading>
<Text className="home-intro__text">
AWS Amplify streamlines full-stack app development. With its
Expand Down

0 comments on commit d3e16b3

Please sign in to comment.