fix(annotation): update wording/styling [EE-5158] (#8642)

Co-authored-by: testa113 <testa113>
pull/8653/head
Ali 2023-03-10 16:52:09 +13:00 committed by GitHub
parent 0ab7987684
commit 8f42af49e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -212,7 +212,7 @@
</div> </div>
<!-- #end region IMAGE FIELD --> <!-- #end region IMAGE FIELD -->
<div class="col-sm-12 !p-0"> <div class="col-sm-12 mb-4 !p-0">
<annotations-be-teaser></annotations-be-teaser> <annotations-be-teaser></annotations-be-teaser>
</div> </div>

View File

@ -14,7 +14,7 @@ export function AnnotationsBeTeaser() {
message={ message={
<div className="vertical-center"> <div className="vertical-center">
<span> <span>
You can specify{' '} Allows specifying of{' '}
<a <a
href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/" href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/"
target="_black" target="_black"
@ -32,7 +32,6 @@ export function AnnotationsBeTeaser() {
</span> </span>
</div> </div>
} }
setHtmlMessage
/> />
</div> </div>
<div className="block"> <div className="block">