Skip to content

refactor: Rename Icons and add stories #1080

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Apr 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename LogoutIcon and remove from index
  • Loading branch information
presleyp committed Apr 19, 2022
commit ff6ce60198753f04fda9a6cffb2d1e8babd5d11c
1 change: 0 additions & 1 deletion site/src/components/Icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { CoderIcon } from "./CoderIcon"
export { Logo } from "./Logo"
export * from "./Logout"
export { WorkspacesIcon } from "./WorkspacesIcon"
2 changes: 1 addition & 1 deletion site/src/components/Navbar/UserDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Link } from "react-router-dom"
import { UserResponse } from "../../../api/types"
import { BorderedMenu } from "../../BorderedMenu/BorderedMenu"
import { CloseDropdown, OpenDropdown } from "../../DropdownArrows/DropdownArrows"
import { LogoutIcon } from "../../Icons"
import { LogoutIcon } from "../../Icons/LogoutIcon"
import { DocsIcon } from "../../Icons/DocsIcon"
import { UserAvatar } from "../../User"
import { UserProfileCard } from "../../User/UserProfileCard"
Expand Down