mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
Add product hunt badge
This commit is contained in:
@@ -6,6 +6,7 @@ import Heading from '../components/Heading';
|
||||
import Pattern from '../constants/Pattern';
|
||||
import useDocumentTitle from '../hooks/useDocumentTitle';
|
||||
import Layout from '../layouts/Layout';
|
||||
import ProductHuntBadge from '../layouts/ProductHuntBadge';
|
||||
|
||||
const ExplorePage = () => {
|
||||
useDocumentTitle('CSS Layout ∙ Explore');
|
||||
@@ -67,6 +68,10 @@ const ExplorePage = () => {
|
||||
All covers you see in this page are made with CSS only. Inspect them! 🎉
|
||||
</div>
|
||||
|
||||
<div style={{ margin: '24px 0', textAlign: 'center' }}>
|
||||
<ProductHuntBadge />
|
||||
</div>
|
||||
|
||||
<section>
|
||||
<Heading title="Layouts" />
|
||||
|
||||
|
@@ -7,6 +7,7 @@ import CoverCard from '../components/CoverCard';
|
||||
import Pattern from '../constants/Pattern';
|
||||
import useDocumentTitle from '../hooks/useDocumentTitle';
|
||||
import Layout from '../layouts/Layout';
|
||||
import ProductHuntBadge from '../layouts/ProductHuntBadge';
|
||||
import MadeOf from './MadeOf';
|
||||
|
||||
const HomePage = () => {
|
||||
@@ -76,6 +77,10 @@ const HomePage = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style={{ margin: '24px 0', textAlign: 'center' }}>
|
||||
<ProductHuntBadge />
|
||||
</div>
|
||||
|
||||
<div
|
||||
className="hljs"
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user