Skip to content

Conversation

@osterman
Copy link
Member

what

  • Prevent external link icons from wrapping to next line by adding white-space: nowrap to footer links
  • Change footer label from "Reference" to "Reference Architecture"

why

  • With ample screen real estate, link icons should stay on the same line as their text
  • "Reference Architecture" is more descriptive and accurate than just "Reference"

references

  • Addresses footer layout improvement for better visual consistency

- Prevent external link icons from wrapping to next line by adding white-space: nowrap to footer links
- Change footer label from 'Reference' to 'Reference Architecture'
- Update package-lock.json with peer dependency flags

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>
The white-space: nowrap alone wasn't sufficient - adding display: inline-flex
with align-items: center ensures the link text and SVG icon stay on the same line.

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>
- Update reference architecture intro to emphasize commercial support with SLA
- Link "largest library of Terraform modules" to /reference
- Add tip box clarifying modules/components use Apache 2.0 license

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>
Update module and component links to use correct paths (/modules and /components)
instead of /reference/modules and /reference/components.

🤖 Generated with Claude Code

Co-Authored-By: Claude <[email protected]>
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