Skip to content

Commit

Permalink
feat: remove site title prop
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Nov 25, 2024
1 parent 8627a81 commit f61bff2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion clients/admin-client/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const Header = () => {
return (
<>
<AppBar
siteTitle="NekosGate"
topRightSlot={
<>
<Button href="/signup" color="secondary" size="small">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const AppBarLight = (args: AppBarProps) => (
AppBarLight.args = {
position: 'fixed',
theme: 'light',
siteTitle: 'NekosGate',
topRightSlot: (
<>
<Button href="/login" color="secondary" size="small">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {
export const Default = () => (
<>
<AppBar
siteTitle="NekosGate"
topRightSlot={
<>
<Button href="/login" color="secondary" size="small">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ export default {
export const Default = () => (
<>
<AppBar
siteTitle={
<img
src="/brand/nekos-gate.png"
alt="Logo"
style={{ height: '50px' }}
/>
}
topRightSlot={
<>
<Button href="/login" color="secondary" size="small">
Expand Down
1 change: 0 additions & 1 deletion clients/player-client/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const Header = () => {
return (
<>
<AppBar
siteTitle="NekosGate"
topRightSlot={
<>
<Button href="/signup" color="secondary" size="small">
Expand Down

0 comments on commit f61bff2

Please sign in to comment.