Skip to content

Commit

Permalink
Add Wall of Content - Widget by Senja
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawtar Choubari committed Sep 14, 2023
1 parent 41ec0f4 commit b8e36b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/creator/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default async function Creator() {
community.
</p>
</div>

<div className="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 gap-4 mb-4">
{platforms.map((platform) => (
<SocialsCard
Expand All @@ -70,6 +71,11 @@ export default async function Creator() {
/>
))}
</div>
<div
className="senja-embed"
data-id="48bd35bb-286e-4df6-84bd-9476d602681f"
data-lazyload="false"
></div>
</div>
);
}
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ export default function RootLayout({
data-y_margin="18"
strategy="lazyOnload"
></Script> */}
<Script
async
type="text/javascript"
src="https://static.senja.io/dist/platform.js"
></Script>
<Script
type="text/javascript"
async
Expand Down

0 comments on commit b8e36b2

Please sign in to comment.