Skip to content

Commit

Permalink
removing pwa button
Browse files Browse the repository at this point in the history
  • Loading branch information
11 committed Oct 6, 2020
1 parent a3eee6a commit e274c41
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/react-components/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { createAndRedirectToNewHub } from "../../utils/phoenix-utils";
import { MediaGrid } from "./MediaGrid";
import { RoomTile } from "./RoomTile";


addLocaleData([...en]);

export function HomePage() {
Expand Down Expand Up @@ -72,10 +73,6 @@ export function HomePage() {
</div>
)}
</div>
<div className={styles.ctaButtons}>
{canCreateRooms && <CreateRoomButton />}
<PWAButton />
</div>
</section>
{featuredRooms.length > 0 && (
<section className={styles.featuredRooms}>
Expand Down

0 comments on commit e274c41

Please sign in to comment.