Skip to content

Commit 419e1bc

Browse files
committed
Add a shelf.
1 parent b489414 commit 419e1bc

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/components/PopupRoot.tsx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,43 @@ export function PopupRoot({ drafts }: PopupRootProps) {
234234
</tbody>
235235
</table>
236236
</div>
237+
238+
{/* Footer shelf */}
239+
<div className="border-t border-gray-300 bg-gray-50 px-3 py-2 text-xs text-gray-600">
240+
<div className="flex items-center justify-between">
241+
<div>
242+
built with 🤖 by{" "}
243+
<a
244+
href="https://nedshed.dev/"
245+
target="_blank"
246+
rel="noopener noreferrer"
247+
className="text-blue-600 hover:underline"
248+
>
249+
nedshed.dev
250+
</a>{" "}
251+
using{" "}
252+
<a
253+
href="https://overtype.dev/"
254+
target="_blank"
255+
rel="noopener noreferrer"
256+
className="text-blue-600 hover:underline"
257+
>
258+
overtype
259+
</a>
260+
</div>
261+
<div>
262+
drafts are not being saved{" "}
263+
<a
264+
href="https://github.com/diffplug/gitcasso/issues/26"
265+
target="_blank"
266+
rel="noopener noreferrer"
267+
className="text-blue-600 hover:underline"
268+
>
269+
save my drafts
270+
</a>
271+
</div>
272+
</div>
273+
</div>
237274
</div>
238275
)
239276
}

0 commit comments

Comments
 (0)