diff --git a/components/Button.tsx b/components/Button.tsx index 75f45017..03df8967 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -144,10 +144,7 @@ export const Button: React.FC> = ({ ${colorClasses} ${className}`} > - + {children} @@ -189,7 +186,6 @@ export const Button: React.FC> = ({ ${iconRight ? "mr-2" : ""} ${iconLeft ? "ml-2" : ""} `} - ellipsizeMode='tail' > {children} diff --git a/components/JellyfinServerDiscovery.tsx b/components/JellyfinServerDiscovery.tsx index 769e5ff1..689b266e 100644 --- a/components/JellyfinServerDiscovery.tsx +++ b/components/JellyfinServerDiscovery.tsx @@ -17,7 +17,7 @@ const JellyfinServerDiscovery: React.FC = ({ onServerSelect }) => { return (