Skip to content

Commit 9e410af

Browse files
committed
QoL improvements
1 parent 35b14ef commit 9e410af

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

apps/web/ui/links/link-tests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

apps/web/ui/modals/import-csv-modal/index.tsx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)