change widget name in GUI
This commit is contained in:
@@ -85,7 +85,7 @@ const BookStackRecentWidget: React.FC = () => {
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
|
||||
<MenuBook color="disabled" />
|
||||
<Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary">
|
||||
BookStack — Neueste Seiten
|
||||
Wissen — Neueste Seiten
|
||||
</Typography>
|
||||
</Box>
|
||||
<Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}>
|
||||
@@ -108,7 +108,7 @@ const BookStackRecentWidget: React.FC = () => {
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
|
||||
<MenuBook color="primary" />
|
||||
<Typography variant="h6" sx={{ flexGrow: 1 }}>
|
||||
BookStack — Neueste Seiten
|
||||
Wissen — Neueste Seiten
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
|
||||
@@ -135,7 +135,7 @@ const BookStackSearchWidget: React.FC = () => {
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
|
||||
<MenuBook color="disabled" />
|
||||
<Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary">
|
||||
BookStack — Suche
|
||||
Wissen — Suche
|
||||
</Typography>
|
||||
</Box>
|
||||
<Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}>
|
||||
@@ -158,7 +158,7 @@ const BookStackSearchWidget: React.FC = () => {
|
||||
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
|
||||
<MenuBook color="primary" />
|
||||
<Typography variant="h6" sx={{ flexGrow: 1 }}>
|
||||
BookStack — Suche
|
||||
Wissen — Suche
|
||||
</Typography>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user