This commit is contained in:
Nawaz Dhandala
2022-02-05 19:52:26 +00:00
parent 5c329b0261
commit 57f6ea559c
3 changed files with 33 additions and 31 deletions

View File

@@ -95,7 +95,7 @@ export class FeedbackModal extends Component {
{!error && success && (
<span className="db-FeedbackForm-success">
Thank you for your feedback!
Thank you for reaching out. We will get back to you in less than 1 business day.
</span>
)}
<span />

View File

@@ -451,7 +451,7 @@ class Search extends Component {
id="search"
iconLeftStyle={{
width: '25px',
bottom: 11,
bottom: '15px',
}}
placeholder="Search"
autofilled={'off'}

View File

@@ -467,8 +467,8 @@ class TopContent extends Component {
<SubProjectDropDown
value={
(activeSubProject &&
`You are currently viewing ${activeSubProject}`) ||
'Select SubProject'
`Current Sub Project: ${activeSubProject}`) ||
'Main Project'
}
options={[
{
@@ -557,33 +557,6 @@ class TopContent extends Component {
topNavCardClass
)}
<div className="Box-root Flex-flex">
<div
style={{
outline: 'none',
marginRight: '15px',
marginLeft: '15px',
}}
>
<button
className={'db-Notifications-button'}
style={{ paddingTop: 7 }}
onClick={this.showFeedbackModal}
>
<img
src="/dashboard/assets/icons/question.svg"
id="search-input-img"
style={{
width: '22px',
height: '22px',
position: 'relative',
}}
alt="search-icon"
/>
</button>
</div>
</div>
<ShouldRender
if={
isNotViewer &&
@@ -620,6 +593,35 @@ class TopContent extends Component {
</div>
</ShouldRender>
<div className="Box-root Flex-flex">
<div
style={{
outline: 'none',
marginRight: '15px',
marginLeft: '15px',
}}
>
<button
className={'db-Notifications-button'}
style={{ paddingTop: 7 }}
onClick={this.showFeedbackModal}
>
<img
src="/dashboard/assets/icons/question.svg"
id="search-input-img"
style={{
width: '22px',
height: '22px',
position: 'relative',
}}
alt="help-icon"
/>
</button>
</div>
</div>
<ShouldRender if={isNotViewer}>
<div className="Box-root Flex-flex">
<div