Commit 2ab6113 1 parent ef2de10 commit 2ab6113 Copy full SHA for 2ab6113
File tree 1 file changed +15
-6
lines changed
apps/storefront/components/DemoBanner
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
export function DemoBanner ( ) {
2
2
return (
3
- < div className = "flex flex-row-reverse items-center h-16 space-x-4 border-b-2 border-dashed text-md" >
4
- < div className = "px-4" >
5
- < a href = "https://demo. saleor.io/graphql /" >
6
- < span className = "hidden md:inline text-gray-600" > Play with </ span >
7
- < span className = "uppercase font-semibold" > GraphQL API </ span >
3
+ < div className = "flex flex-row items-center h-16 space-x-4 border-b-2 border-dashed text-md" >
4
+ < div className = "justify-self-start px-4 mr-auto " >
5
+ < a href = "https://github.com/ saleor/saleor /" >
6
+ < span className = "hidden md:inline text-gray-600" > ⭐️ Star us on </ span >
7
+ < span className = "uppercase font-semibold" > Github </ span >
8
8
</ a >
9
9
</ div >
10
- < div className = "border-r mx-4" > </ div >
10
+
11
11
< div >
12
12
< a href = "https://demo.saleor.io/dashboard/" >
13
13
< span className = "hidden md:inline text-gray-600" > Explore </ span >
14
14
< span className = "uppercase font-semibold" > store's dashboard</ span >
15
15
</ a >
16
16
</ div >
17
+
18
+ < div className = "border-r mx-4" > </ div >
19
+
20
+ < div className = "px-4" >
21
+ < a href = "https://demo.saleor.io/graphql/" >
22
+ < span className = "hidden md:inline text-gray-600" > Play with </ span >
23
+ < span className = "uppercase font-semibold" > GraphQL API</ span >
24
+ </ a >
25
+ </ div >
17
26
</ div >
18
27
) ;
19
28
}
You can’t perform that action at this time.
0 commit comments