tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
a tool for shared writing and social publishing
284
fork
atom
overview
issues
27
pulls
pipelines
tweak publish page styles
awarm.space
2 months ago
196a576d
563473b1
+2
-3
1 changed file
expand all
collapse all
unified
split
app
[leaflet_id]
publish
PublishPost.tsx
+2
-3
app/[leaflet_id]/publish/PublishPost.tsx
···
103
103
104
104
return (
105
105
<div className="flex flex-col gap-4 w-[640px] max-w-full sm:px-4 px-3">
106
106
-
<h3>Publish Options</h3>
107
106
<form
108
107
onSubmit={(e) => {
109
108
e.preventDefault();
···
219
218
if (props.publication_uri && props.record) {
220
219
return (
221
220
<div className="flex flex-col gap-1">
222
222
-
<div className="text-sm text-tertiary">Publishing to…</div>
221
221
+
<h3>Publishing to</h3>
223
222
<div className="flex gap-2 items-center p-2 rounded-md bg-[var(--accent-light)]">
224
223
<PubIcon record={props.record} uri={props.publication_uri} />
225
224
<div className="font-bold text-secondary">{props.record.name}</div>
···
230
229
231
230
return (
232
231
<div className="flex flex-col gap-1">
233
233
-
<div className="text-sm text-tertiary">Publishing as…</div>
232
232
+
<h3>Publishing as</h3>
234
233
<div className="flex gap-2 items-center p-2 rounded-md bg-[var(--accent-light)]">
235
234
<LooseLeafSmall className="shrink-0" />
236
235
<div className="font-bold text-secondary">Looseleaf</div>