Revize ffe12460
Přidáno uživatelem Michal Schwob před téměř 3 roky(ů)
frontend/src/features/Home/EditHome.tsx | ||
---|---|---|
76 | 76 |
color="primary" |
77 | 77 |
sx={{ mb: 2 }} |
78 | 78 |
> |
79 |
Return To Catalog
|
|
79 |
Return Home
|
|
80 | 80 |
</Button> |
81 | 81 |
<Paper style={{ minHeight: '100vh' }} variant="outlined"> |
82 | 82 |
{isContentLoading && !err ? <ContentLoading /> : null} |
Také k dispozici: Unified diff
Button renamed
re #9821