mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
tips update (add to starter layout) (#796)
This commit is contained in:
parent
65c446e4a1
commit
e281cebb56
@ -144,6 +144,17 @@ const QuickTips = () => {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="tip-section-header">Need More Help?</div>
|
||||
<div className="tip">
|
||||
<div>
|
||||
<div>
|
||||
<a target="_blank" href="https://discord.gg/XfvZ334gwU" rel="noopener">
|
||||
Join Our Discord
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -2,6 +2,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
.quicktips-view {
|
||||
padding: 10px 2px;
|
||||
padding: 10px 5px;
|
||||
overflow: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -55,10 +55,15 @@ func GetStarterLayout() PortableLayout {
|
||||
}},
|
||||
{IndexArr: []int{2}, BlockDef: &waveobj.BlockDef{
|
||||
Meta: waveobj.MetaMapType{
|
||||
waveobj.MetaKey_View: "help",
|
||||
waveobj.MetaKey_View: "tips",
|
||||
},
|
||||
}},
|
||||
{IndexArr: []int{2, 1}, BlockDef: &waveobj.BlockDef{
|
||||
Meta: waveobj.MetaMapType{
|
||||
waveobj.MetaKey_View: "help",
|
||||
},
|
||||
}},
|
||||
{IndexArr: []int{2, 2}, BlockDef: &waveobj.BlockDef{
|
||||
Meta: waveobj.MetaMapType{
|
||||
waveobj.MetaKey_View: "waveai",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user