chore styles and sql file link
This commit is contained in:
@@ -168,12 +168,14 @@ export function LinkInfoPreviewer({
|
||||
fill
|
||||
/>
|
||||
<div className="absolute bottom-0 w-full rounded-b-md p-2 backdrop-blur">
|
||||
<p className="mb-1 line-clamp-1 text-sm font-semibold text-neutral-600 dark:text-neutral-300">
|
||||
<p className="line-clamp-1 text-sm font-semibold text-neutral-600 dark:text-neutral-300">
|
||||
{metaInfo.title}
|
||||
</p>
|
||||
<p className="line-clamp-1 text-xs text-neutral-500 dark:text-neutral-400">
|
||||
{metaInfo.description}
|
||||
</p>
|
||||
{metaInfo.description && (
|
||||
<p className="mt-1 line-clamp-1 text-xs text-neutral-500 dark:text-neutral-400">
|
||||
{metaInfo.description}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
|
||||
@@ -47,7 +47,7 @@ DATABASE_URL=
|
||||
|
||||
#### Manually install (Recommended)
|
||||
|
||||
Via [migration.sql](https://github.com/oiov/wr.do/prisma/migrations/20240705091917_init/migration.sql),
|
||||
Via [migration.sql](https://github.com/oiov/wr.do/blob/main/prisma/migrations/20240705091917_init/migration.sql),
|
||||
copy the sql code to the database to initialize the database schema.
|
||||
|
||||
#### or
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user