feat(lab): Added tests/sampling
This commit is contained in:
parent
a8e453d2de
commit
a706e3cac2
9 changed files with 127 additions and 149 deletions
|
@ -77,7 +77,7 @@ const View = props => {
|
|||
<span className={`
|
||||
text-3xl mr-2 inline-block p-0 leading-3
|
||||
${entry.name === props.gist?._state?.view
|
||||
? 'text-secondary sm:text-secondary-focus translate-y-1'
|
||||
? 'text-secondary sm:text-secondary-focus translate-y-1 font-bold'
|
||||
: 'translate-y-3'
|
||||
}
|
||||
`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue