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

Add image key to LinkItems #811

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Add image key to LinkItems #811

merged 1 commit into from
Oct 26, 2024

Conversation

mruwnik
Copy link
Collaborator

@mruwnik mruwnik commented Oct 26, 2024

Still needs css:
image

@@ -28,6 +30,18 @@ const NewToAISafety = () => (
{
title: 'Intro to AI safety video playlist',
action: 'https://aisafety.info/questions/9OGZ/',
image: (
<div style={{position: 'relative'}}>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is very ugly and not the Right Way to do this kind of thing, but if it's a one off kind of thing it should be fine?

@@ -3,6 +3,10 @@
border-bottom: 1px solid var(--colors-teal-200);
}

.drop-down:not(:last-of-type) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this fixes the double line

@bryceerobertson bryceerobertson merged commit 9b25c67 into stampy-redesign Oct 26, 2024
1 check passed
@bryceerobertson bryceerobertson deleted the add-image branch October 26, 2024 14:24
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.

2 participants