mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix cssname
This commit is contained in:
parent
e87d43d7d6
commit
d4eb158002
|
|
@ -794,7 +794,7 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.feedback-div {
|
||||
.feedback-section {
|
||||
margin-top: 40px;
|
||||
|
||||
.title {
|
||||
|
|
|
|||
|
|
@ -133,4 +133,4 @@
|
|||
- id: 'No'
|
||||
translation: 'No'
|
||||
- id: Msg-Thank
|
||||
translation: Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.
|
||||
translation: Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.
|
||||
|
|
@ -122,7 +122,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
<div class="md-body">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
<section class="feedback-div">
|
||||
<section class="feedback-section">
|
||||
<p class="title">{{ i18n "feedback"}}</p>
|
||||
<p>{{i18n "Was this page Helpful?"}}</p>
|
||||
<button class="Yes">{{ i18n "Yes" }}</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue