fix(modal): consistent line-art icons for AWS Blocks feature points#8609
Closed
harsh62 wants to merge 1 commit into
Closed
fix(modal): consistent line-art icons for AWS Blocks feature points#8609harsh62 wants to merge 1 commit into
harsh62 wants to merge 1 commit into
Conversation
Replace the puzzle emoji with IconStar and size both feature-point icon slots identically (textAlign center, fontSize xxl) so IconStar and IconAWS render at a matching size and align with their headings. The emoji clashed with the site monochrome icon style and the AWS icon was unsized (rendered too small).
harsh62
added a commit
that referenced
this pull request
Jul 3, 2026
…l icons
Adds an "AWS Blocks integration" section to the steering-files page with
a per-tool recipe (Claude Code, Cursor, Kiro) so AI coding assistants
follow the Blocks integration patterns. All claims verified against the
aws-blocks source (create-blocks-app scaffolds AGENTS.md; backend in
aws-blocks/index.ts with CognitoVerifier + requireAuth; blocks:generate-client;
import { api } from aws-blocks; npm run sandbox).
Also folds in the modal icon fix from #8609: replace the puzzle emoji
with IconStar and size both feature-point icons consistently.
Rebuilt on latest main so the aws-blocks internal links (merged in #8606)
resolve, clearing the earlier CheckPRLinks failure.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The AWS Blocks announcement modal (merged in #8606) had two icon issues:
Fix: replace the emoji with
IconStarand size both feature-point icon slots identically (textAlign="center",fontSize="xxl") so the two icons match and align with their headings.Verified with a rendered screenshot; Modal unit tests pass (5/5).