Skip to content

Commit

Permalink
Merge pull request #5 from linkwarden/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
daniel31x13 authored Sep 26, 2023
2 parents 54dc5a5 + eeb7c1b commit ef8340a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/Homepage/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,10 @@ export default function Features() {
your collections effortlessly.
</p>
</ShortendFeatures>
<ShortendFeatures icon="sync_alt" title="Import/Export your data">
<ShortendFeatures icon="extension" title="Browser Extention">
<p>
You can easily import and export your data from the settings.
Collect webpages directly from your browser with our open-source
extension.
</p>
</ShortendFeatures>
</div>
Expand Down
5 changes: 4 additions & 1 deletion components/ShortendFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export default function PrimaryButton({
<div
className={`p-4 text-sm border border-[#07334F] rounded-xl ${className}`}
>
<span className="material-symbols-rounded text-5xl select-none">
<span
className="material-symbols-rounded select-none"
style={{ fontSize: "3rem" }}
>
{icon}
</span>
<p className="font-bold mb-2">{title}</p>
Expand Down

0 comments on commit ef8340a

Please sign in to comment.