Skip to content

Commit

Permalink
Merge pull request #14 from Gerosullivan/workspace-image-fix
Browse files Browse the repository at this point in the history
workspace fix
  • Loading branch information
Gerosullivan authored Sep 26, 2024
2 parents 84c1930 + 514be71 commit 461d700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/utility/workspace-switcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const WorkspaceSwitcher: FC<WorkspaceSwitcherProps> = ({}) => {
width={22}
height={22}
alt={selectedWorkspace.name}
unoptimized
/>
) : (
<IconComponent className="mb-0.5 mr-2" size={22} />
Expand Down
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = withPWA({
{
protocol: "http",
hostname: "127.0.0.1",
port: "",
port: "54321",
pathname: "/**"
}
]
Expand Down

0 comments on commit 461d700

Please # to comment.