Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 4541fd6

Browse files
committed
docs: update tailwind class for d-none
1 parent 931cc88 commit 4541fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sandbox/src/app/home/home.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface Example {
4949
<li
5050
*ngFor="let example of examples"
5151
class="bg-gray-50 rounded-xl overflow-hidden xl:text-left"
52-
[class.d-none]="example.hidden"
52+
[class.hidden]="example.hidden"
5353
>
5454
<div class="space-y-6 xl:space-y-10 relative">
5555
<video

0 commit comments

Comments
 (0)