chore: update dashboard/recipes media, clarify recipe names

This commit is contained in:
rzmk 2023-12-30 17:54:53 -05:00
parent e83c8cc4db
commit a1ed5d8361
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 413 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 MiB

After

Width:  |  Height:  |  Size: 12 MiB

Before After
Before After

View file

@ -29,7 +29,7 @@ export const Features1 = () => {
<ul className="mb-6 text-white">
<li className="mb-4 flex">
<CheckArrowIcon />
<span>Sort rows</span>
<span>Sort in lexicographical order</span>
</li>
<li className="mb-4 flex">
<CheckArrowIcon />
@ -38,7 +38,7 @@ export const Features1 = () => {
<li className="mb-4 flex">
<CheckArrowIcon />
<span>
Remove Personally Identifiable
Remove rows with Personally Identifiable
Information (PII)
</span>
</li>