File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 2121 </script >
2222
2323{#if region }
24- <Copy value ={getProjectEndpoint ()} copyText ={` Copy endpoint (${region ?.name }) ` }>
25- <Tag size =" xs" variant =" code" >
26- <Layout .Stack direction =" row" gap =" s" alignItems =" center" inline >
27- <Icon icon ={IconDuplicate } size =" s" slot =" start" />
28- <span class =" endpoint-label" >API endpoint</span >
24+ <Copy value ={getProjectEndpoint ()} copyText ={` Copy endpoint (${region ?.name }) ` }>
25+ <Tag size =" xs" variant =" code" >
26+ <Layout .Stack direction =" row" gap =" s" alignItems =" center" inline >
27+ <Icon icon ={IconDuplicate } size =" s" slot =" start" />
28+ <span class =" endpoint-label" >API endpoint</span >
2929
30- {#if flagSrc }
31- <img
32- width ={16 }
33- height ={12 }
34- src ={flagSrc }
35- alt ={region ?.name }
36- class =" region-flag"
37- style:border-radius =" 2.5px" />
38- {/if }
30+ {#if flagSrc }
31+ <img
32+ width ={16 }
33+ height ={12 }
34+ src ={flagSrc }
35+ alt ={region ?.name }
36+ class =" region-flag"
37+ style:border-radius =" 2.5px" />
38+ {/if }
3939
40- <span
41- style:white-space =" nowrap"
42- class =" text u-line-height-1-5"
43- style:overflow =" hidden"
44- style:word-break =" break-all"
45- use:truncateText ={region ?.name }
46- style:font-family =" unset" >
47- {region ?.name }
48- </span >
49- </Layout .Stack >
50- </Tag >
51- </Copy >
40+ <span
41+ style:white-space =" nowrap"
42+ class =" text u-line-height-1-5"
43+ style:overflow =" hidden"
44+ style:word-break =" break-all"
45+ use:truncateText ={region ?.name }
46+ style:font-family =" unset" >
47+ {region ?.name }
48+ </span >
49+ </Layout .Stack >
50+ </Tag >
51+ </Copy >
5252{/if }
5353
5454<style >
You can’t perform that action at this time.
0 commit comments