File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments