-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
forageddev
committed
Dec 29, 2022
1 parent
df62bfa
commit 92143d0
Showing
5 changed files
with
5,526 additions
and
2,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
import { Google, GitHub, Twitter } from "@mui/icons-material"; | ||
const pages = { | ||
"google": { | ||
displayName: "Google", | ||
icon: <Google /> | ||
}, | ||
"spotify": { | ||
displayName: "Spotify" | ||
}, | ||
"azure": { | ||
displayName: "Microsoft" | ||
}, | ||
"twitter": { | ||
displayName: "Twitter", | ||
icon: <Twitter /> | ||
}, | ||
"github": { | ||
displayName: "Github", | ||
icon: <GitHub /> | ||
}, | ||
"gitlab": { | ||
displayName: "Gitlab" | ||
} | ||
} | ||
|
||
export default pages |
Oops, something went wrong.