Skip to content

Commit 4d73922

Browse files
fix(design-tenets): remove note of video below (#12028)
As there is no video below, remove the notice
1 parent 8d157f7 commit 4d73922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/frontend/design-tenets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Why minimize content refreshes?
5858
Spinners should be used carefully. Having multiple spinners on the page is distracting. Reserve spinners for primary content that has an unknown height. Favor the usage of sized placeholder elements where the height of content is known, or the content is secondary to the main goal of the page.
5959

6060
Why use placeholders?
61-
- Less layout shifts / render thrash (see video below)
61+
- Less layout shifts / render thrash
6262
- Better perceived performance
6363
- Avoids having multiple loading spinner animations at once, which looks ugly
6464

0 commit comments

Comments
 (0)