Skip to content

Fix footer link wrapping and update label#833

Merged
Erik Osterman (Cloud Posse) (osterman) merged 4 commits into
masterfrom
osterman/fix-footer-links
Nov 23, 2025
Merged

Fix footer link wrapping and update label#833
Erik Osterman (Cloud Posse) (osterman) merged 4 commits into
masterfrom
osterman/fix-footer-links

Conversation

@osterman
Copy link
Copy Markdown
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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
- 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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
@osterman Erik Osterman (Cloud Posse) (osterman) merged commit 799e559 into master Nov 23, 2025
2 checks passed
@osterman Erik Osterman (Cloud Posse) (osterman) deleted the osterman/fix-footer-links branch November 23, 2025 00:55
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.

1 participant