aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/views/DashboardView.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/DashboardView.tsx b/src/client/views/DashboardView.tsx
index c7631da84..716653ea5 100644
--- a/src/client/views/DashboardView.tsx
+++ b/src/client/views/DashboardView.tsx
@@ -121,14 +121,10 @@ export class DashboardView extends React.Component {
<img src={href ?? "https://media.istockphoto.com/photos/hot-air-balloons-flying-over-the-botan-canyon-in-turkey-picture-id1297349747?b=1&k=20&m=1297349747&s=170667a&w=0&h=oH31fJty_4xWl_JQ4OIQWZKP8C6ji9Mz7L4XmEnbqRU="}></img>
<div className="info">
<div className="title"> {StrCast(dashboard.title)} </div>
-<<<<<<< HEAD
- <div className="more" onClick={this.showContextMenu} onContextMenu={this.onContextMenu}>
-=======
<div className="more" onPointerDown={e => {
this._downX = e.clientX;
this._downY = e.clientY;
}} onClick={this.onContextMenu}>
->>>>>>> 1bb2772ee619e29ebd800192eb3df69dc0f38205
<FontAwesomeIcon color="black" size="lg" icon="bars" />
</div>
</div>