mirror of
https://github.com/opentofu/opentofu.org.git
synced 2026-01-11 19:56:26 +00:00
Fix broken link in announcement bar (#403)
Signed-off-by: Imre Kerr <112871864+imre-kerr-sb1@users.noreply.github.com>
This commit is contained in:
parent
f8446ab91d
commit
7cee46905b
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ const config: Config = {
|
|||
announcementBar: {
|
||||
id: "opentofu-1-11-ga",
|
||||
content:
|
||||
'<a href="/blog/opentofu-1-11/" class="announcement-bar-link"><div class="announcement-bar-content">🎉 OpenTofu 1.11.0 has arrived! <span class="announcement-arrow">→</span></div></a>',
|
||||
'<a href="/blog/opentofu-1-11-0/" class="announcement-bar-link"><div class="announcement-bar-content">🎉 OpenTofu 1.11.0 has arrived! <span class="announcement-arrow">→</span></div></a>',
|
||||
backgroundColor: "#00000000",
|
||||
isCloseable: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue