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

Commit

Permalink
docs: update tailwind class for d-none
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 27, 2022
1 parent 931cc88 commit 4541fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sandbox/src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface Example {
<li
*ngFor="let example of examples"
class="bg-gray-50 rounded-xl overflow-hidden xl:text-left"
[class.d-none]="example.hidden"
[class.hidden]="example.hidden"
>
<div class="space-y-6 xl:space-y-10 relative">
<video
Expand Down

0 comments on commit 4541fd6

Please sign in to comment.