Skip to content

Commit 102c295

Browse files
committed
change connect btn popup
1 parent e8741e9 commit 102c295

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

server/templates/design.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,9 @@ <h3 class="text-center"><i class="ui large icon trash"></i>Do you really want to
471471
<button class="ui grey button" id="openFile" data-content="Open an circuit"><i class="folder open icon"></i></button>
472472
<button class="ui grey button" id="save" data-content="Save your circuit"><i class="save icon"></i></button>
473473
<button class="ui grey button" id="clear" data-content="Clear all parts"><i class="trash outline icon"></i></button>
474-
<button class="ui grey button" id="normal-conn" data-content="Connect two parts by normal line" ><i class="compress icon"></i></button>
475-
<button class="ui grey button" id="promotion-conn" data-content="Connect two parts by promotion line" ><i class="external
476-
icon"></i></button>
477-
<button class="ui grey button" id="inhibition-conn" data-content="Connect two parts by inhibition"><i class="minus icon"></i></button>
474+
<button class="ui grey button" id="normal-conn" data-content="Connect two parts" ><i class="compress icon"></i></button>
475+
<button class="ui grey button" id="promotion-conn" data-content="Add activation relationship" ><i class="external icon"></i></button>
476+
<button class="ui grey button" id="inhibition-conn" data-content="Add repression relationship"><i class="minus icon"></i></button>
478477
<button class="ui grey button" id="minus" data-content="Delete a part"><i class="remove icon"></i></button>
479478
<button class="ui grey button" id="backbone" data-content="Add a DNA Backbone" ><i class="write icon"></i></button>
480479
<button class="ui grey button" id="hideNormal" data-content="Hide normal line" ><i class="hide icon"></i></button>

0 commit comments

Comments
 (0)