зеркало из https://github.com/github/docs.git
move playground loading indicator image (#21816)
This commit is contained in:
Родитель
12356c5bbb
Коммит
f346096897
До Ширина: | Высота: | Размер: 20 KiB После Ширина: | Высота: | Размер: 20 KiB |
|
@ -3,7 +3,7 @@ import { Box, Text } from '@primer/components'
|
|||
export function LoadingIndicator() {
|
||||
return (
|
||||
<Box display="flex" flexDirection="column" alignItems="center" py={4}>
|
||||
<img width="120px" src="/playground/loading.gif" alt="bouncing octocat" />
|
||||
<img width="120px" src="/assets/images/playground/loading.gif" alt="bouncing octocat" />
|
||||
<Text fontFamily="mono" fontSize={1} color="gray.8">
|
||||
Loading...
|
||||
</Text>
|
||||
|
|
Загрузка…
Ссылка в новой задаче