We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd759c3 commit eaf61c2Copy full SHA for eaf61c2
components/FileDropZone.tsx
@@ -226,6 +226,20 @@ const FileDropZone: React.FC<FileDropZoneProps> = ({
226
<CheckCircle2 className="h-4 w-4 text-emerald-500" />
227
)}
228
</div>
229
+ <div className="flex items-center justify-center gap-2 text-sm">
230
+ <span className="text-slate-500">
231
+ Data export instructions can be found at{" "}
232
+ <a
233
+ href="https://github.com/mxshell/Alloc?tab=readme-ov-file#exporting-portfolio-data"
234
+ target="_blank"
235
+ rel="noopener noreferrer"
236
+ className="text-blue-500 hover:text-blue-400 underline"
237
+ >
238
+ here
239
+ </a>
240
+ .
241
+ </span>
242
+ </div>
243
244
<div className="flex items-center justify-center gap-2">
245
<p className="text-blue-500 mt-2">
0 commit comments