Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions packages/astro-theme/components/LinkButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ const { href, label, type = "secondary", iconLeft, iconRight } = Astro.props;
type === "primary-cheerpx",
"border-white text-white hover:border-[#909090] hover:text-[#909090]":
type === "secondary-cheerpx",
"border-white bg-white text-black font-mono hover:bg-[#e2bace] hover:text-white hover:border-[#e2bace]":
"border-white bg-white text-black font-mono hover:bg-primary-300 hover:text-white hover:border-primary-300":
type === "primary-mono",
"border-white text-white font-mono hover:border-[#e2bace] hover:text-[#e2bace]":
"border-white text-white font-mono hover:border-primary-300 hover:text-primary-300":
type === "secondary-mono",
"border-white border-opacity-30 bg-blurple text-white hover:border-opacity-80":
type === "discord",
Expand Down
Binary file added sites/cheerpx/src/assets/robot_hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading