File tree Expand file tree Collapse file tree 7 files changed +18
-4
lines changed
packages/core/stories/components/card Expand file tree Collapse file tree 7 files changed +18
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import {
43
43
Title ,
44
44
Video ,
45
45
} from "../../../src" ;
46
- import video from "/assets/small_video.mp4" ;
46
+ import video from "/assets/samples/ small_video.mp4" ;
47
47
48
48
const meta : Meta = {
49
49
component : Card ,
Original file line number Diff line number Diff line change @@ -43,9 +43,23 @@ import { Translation } from "react-i18next";
43
43
[ ![ prettier] ( https://img.shields.io/badge/prettier-EA4C89.svg?style=flat-square&labelColor=333&logo=prettier )] ( https://prettier.io/ )
44
44
[ ![ codeclimate] ( https://img.shields.io/badge/code%20climate-272425.svg?style=flat-square&labelColor=333&logo=code%20climate )] ( http://codeclimate.com/ )
45
45
46
- <div className = " inline-flex gap-2 flex-nowrap items-center rounded py-1 px-2 outline" >
47
- <img src = " chrome.png" className = " h-8" />
48
- <span className = " text-lg" >≥ 121</span >
46
+ <div className = " inline-flex gap-2 flex-nowrap items-center rounded outline leading-none overflow-hidden" >
47
+ <img src = " browser/chrome.png" className = " h-6 p-1 bg-dark" />
48
+ <span className = " text-lg leading-none pe-2 font-medium font-mono" >≥ 117</span >
49
+ </div >
50
+ <div className = " inline-flex gap-2 flex-nowrap items-center rounded outline" >
51
+ <img src = " browser/firefox.png" className = " h-6 p-1 bg-dark" />
52
+ <span className = " text-lg leading-none pe-2 font-medium font-mono" >≥ 117</span >
53
+ </div >
54
+ <div className = " inline-flex gap-2 flex-nowrap items-center rounded outline" >
55
+ <img src = " browser/edge.png" className = " h-6 p-1 bg-dark" />
56
+ <span className = " text-lg leading-none pe-2 font-medium font-mono" >≥ 117</span >
57
+ </div >
58
+ <div className = " inline-flex gap-2 flex-nowrap items-center rounded outline" >
59
+ <img src = " browser/safari.png" className = " h-6 p-1 bg-dark" />
60
+ <span className = " text-lg leading-none pe-2 font-medium font-mono" >
61
+ <span >≥ 16.2</span >
62
+ </span >
49
63
</div >
50
64
51
65
<hr />
You can’t perform that action at this time.
0 commit comments