Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Fixup links #941

Merged
merged 10 commits into from Jul 3, 2023
Merged

♻️ Fixup links #941

merged 10 commits into from Jul 3, 2023

Conversation

awtkns
Copy link
Contributor

@awtkns awtkns commented Jul 3, 2023

No description provided.

@vercel
Copy link

vercel bot commented Jul 3, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2023 4:47am
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 3, 2023 4:47am

@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 03:32 Inactive
# Conflicts:
#	next/src/components/landing/Footer.tsx
@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 03:33 Inactive
@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 03:34 Inactive
Comment on lines 28 to 55
<div className="flex flex-row gap-8 text-white sm:hidden">
{SOCIAL_LINKS.map((link, i) => (
<a
key={i}
href={link.href}
target="_blank"
rel="noopener noreferrer"
className="transition-all hover:rotate-6 hover:text-purple-400"
>
<span className="sr-only">{link.name}</span>
<link.icon size={48} />
</a>
))}
</div>
<div className="hidden flex-row gap-3 text-white sm:flex">
{SOCIAL_LINKS.map((link, i) => (
<a
key={i}
href={link.href}
target="_blank"
rel="noopener noreferrer"
className="transition-all hover:rotate-6 hover:text-purple-400"
>
<span className="sr-only">{link.name}</span>
<link.icon size={24} />
</a>
))}
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className="flex flex-row gap-8 text-white sm:hidden">
{SOCIAL_LINKS.map((link, i) => (
<a
key={i}
href={link.href}
target="_blank"
rel="noopener noreferrer"
className="transition-all hover:rotate-6 hover:text-purple-400"
>
<span className="sr-only">{link.name}</span>
<link.icon size={48} />
</a>
))}
</div>
<div className="hidden flex-row gap-3 text-white sm:flex">
{SOCIAL_LINKS.map((link, i) => (
<a
key={i}
href={link.href}
target="_blank"
rel="noopener noreferrer"
className="transition-all hover:rotate-6 hover:text-purple-400"
>
<span className="sr-only">{link.name}</span>
<link.icon size={24} />
</a>
))}
</div>
<div className="flex flex-row gap-3 text-white sm:gap-8">
{SOCIAL_LINKS.map((link, i) => (
<a
key={i}
href={link.href}
target="_blank"
rel="noopener noreferrer"
className="transition-all hover:rotate-6 hover:text-purple-400"
>
<span className="sr-only">{link.name}</span>
<link.icon className="hidden sm:flex" size={48} />
<link.icon className="sm:hidden" size={24} />
</a>
))}
</div>

@@ -38,20 +39,25 @@ export const PAGE_LINKS: LinkMetadata[] = [
},
];

export const SOCIAL_LINKS: LinkMetadata[] = [
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Should update LinkMetadata, we can lose the other styling and just keep icon hovers consistent

@ergomake
Copy link

ergomake bot commented Jul 3, 2023

Hi 👋

We couldn't create a preview environment for this pull-request 😥

You can see your environment build logs here. Please double-check your docker-compose.yml file is valid.

If you need help, email us at contact@getergomake.com or join Discord.

Click here to disable Ergomake.

@ergomake
Copy link

ergomake bot commented Jul 3, 2023

Hi 👋

We couldn't create a preview environment for this pull-request 😥

You can see your environment build logs here. Please double-check your docker-compose.yml file is valid.

If you need help, email us at contact@getergomake.com or join Discord.

Click here to disable Ergomake.

Comment on lines 20 to 24
<a className="text-center" href="https://reworkd.ai/privacyPolicy" target="_blank">
Privacy Policy
</a>
<a className="text-center" href="http://reworkd.ai/terms">
<a className="text-center" href="https://reworkd.ai/terms" target="_blank">
Terms and Conditions
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: could also store these links in the other file

@ergomake
Copy link

ergomake bot commented Jul 3, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-941.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-941.env.ergomake.link
docs Dockerfile https://docs-reworkd-agentgpt-941.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-941.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-941.env.ergomake.link

Questions? Comments? Suggestions? Join Discord.

Click here to disable Ergomake.

@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 04:02 Inactive
@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 04:38 Inactive
@vercel vercel bot temporarily deployed to Preview – docs July 3, 2023 04:47 Inactive
@awtkns awtkns merged commit b136ff8 into main Jul 3, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants