Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimmehraj committed Feb 15, 2024
1 parent 2c5521c commit 4ae0948
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion .direnv/flake-profile

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile-1-link

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile-2-link

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts

.direnv
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"nixEnvSelector.nixFile": "${workspaceFolder}/flake.nix"
}
2 changes: 1 addition & 1 deletion app/components/landing/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Logo() {
return (
<div className="relative bottom-8">
<div className="w-[28rem] h-[28rem] lg:w-[36rem] lg:h-[36rem]">
<Rive src="/rive/logo.riv" />
<Rive src="/rive/new_logo.riv" />
</div>
</div>
)
Expand Down
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
nativeBuildInputs = [ pkgs.bashInteractive ];
buildInputs = with pkgs; [
nodePackages.prisma
nodePackages.yarn
nodePackages.pnpm
nodePackages.typescript-language-server
nodePackages.vercel
nodejs_20
];
shellHook = with pkgs; ''
Expand All @@ -23,4 +25,4 @@
'';
};
});
}
}
Binary file added public/rive/new_logo.riv
Binary file not shown.

1 comment on commit 4ae0948

@vercel
Copy link

@vercel vercel bot commented on 4ae0948 Feb 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-atomhacks.vercel.app
website-git-production-atomhacks.vercel.app
atomhacks.org

Please sign in to comment.