File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ export const LinkTests = memo(({ link }: { link: ResponseLink }) => {
3838 } [ ]
3939 > (
4040 Boolean ( testVariants && testVariants . length ) &&
41+ showTests &&
4142 `/api/analytics?${ new URLSearchParams ( {
4243 event : "composite" ,
4344 groupBy : "top_urls" ,
Original file line number Diff line number Diff line change @@ -155,8 +155,17 @@ function ImportCsvModal({
155155 </ div >
156156 < h3 className = "text-lg font-medium" > Import Links From a CSV File</ h3 >
157157 < p className = "text-balance text-center text-sm text-neutral-500" >
158- Easily import all your links into { process . env . NEXT_PUBLIC_APP_NAME } { " " }
159- with just a few clicks.
158+ Easily import your links into Dub with just a few clicks.
159+ < br />
160+ Make sure your CSV file matches the{ " " }
161+ < a
162+ href = "https://dub.co/help/article/how-to-import-csv"
163+ target = "_blank"
164+ className = "cursor-help font-medium underline decoration-dotted underline-offset-2 transition-colors hover:text-neutral-800"
165+ >
166+ required format
167+ </ a >
168+ .
160169 </ p >
161170 </ div >
162171
You can’t perform that action at this time.
0 commit comments