Skip to content

Commit

Permalink
new readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdenio committed Mar 3, 2024
1 parent 0aea2d5 commit 2fd72be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
],
"@typescript-eslint/no-non-null-assertion": "warn",
"react/no-unescaped-entities": "off",
"no-console": "warn",
},
globals: {
fetch: "readonly",
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://cloud-djxhgxve6-hack-club-bot.vercel.app/0hcb-icon-icon-dark_1_.png">
<img src="https://cloud-5yru8jas0-hack-club-bot.vercel.app/0logo-512.png" width="126" alt="HCB logo">
</picture>
<h1>HCB Mobile (WIP) (SECRET) (DO_NOT_USE_OR_YOU_WILL_BE_FIRED)</h1>
<strong>HCB but smaller!</strong>

![HCB Mobile](assets/banner.png)

### _HCB but smaller!_

</div>
Binary file added assets/app-icon-rounded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/lib/organization/usePinnedOrgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function usePinnedOrgs(

useEffect(() => {
AsyncStorage.getItem("pinnedOrgs").then((_pinnedOrgs) => {
console.log(_pinnedOrgs);
if (_pinnedOrgs) {
setPinnedOrgs(JSON.parse(_pinnedOrgs));
}
Expand Down

0 comments on commit 2fd72be

Please sign in to comment.