This repository was archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
TommieNg
approved these changes
May 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are minor cleanups we might want to consider before merging.
GuiBibeau
reviewed
May 12, 2024
@@ -81,10 +81,10 @@ function Header({ | |||
/> | |||
</Link> | |||
<div className="flex items-center gap-x-8"> | |||
<Button href="/contact" invert={invert}> | |||
Contact us | |||
<Button href="https://github.com/AkeruAI" invert={invert}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This links to the org, let's link to the repo https://github.com/AkeruAI/akeru
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, awesome!
GuiBibeau
approved these changes
May 12, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this PR, changes made were to fix issue #107:
Change the Studio text on the top left to say Akeru. Keep the logo and its animation in place.: For this, I came to the resolution that it would be better to have the
Akeru
text be an SVG that we extract from a Figma design so we can keep the logo; because, the "Studio" is an SVG and not a text. cc: @GuiBibeauChange the Contact Us button to become a link to the GitHub repo. Text says Star on Github!.
Hide the burger menu icon. Keep the menu in place, but for now, we should not be able to access it. 🍔
The Hero text became
Edge AI Subnet by OSS Capital.
Hero subtext became:
Join the waiting list.
Under the subtext, I brought in the email address field that is currently in the footer. I also brought in the logic to register to the waiting list that we are currently using on the old landing page.
Success state of the waiting list becomes a checkmark where there is currently an arrow.