tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
minor padding tweak
cozylittle.house
4 months ago
9b6f6cdc
1f436de8
+1
-1
1 changed file
expand all
collapse all
unified
split
app
(home-pages)
notifications
page.tsx
+1
-1
app/(home-pages)/notifications/page.tsx
···
33
33
let notifications = await hydrateNotifications(data || []);
34
34
return (
35
35
<div className="max-w-prose mx-auto w-full">
36
36
-
<div className="flex flex-col gap-6 pt-3">
36
36
+
<div className="flex flex-col gap-6 pt-1">
37
37
{notifications.map((n) => {
38
38
if (n.type === "comment") {
39
39
n;