mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
other icon for qs
This commit is contained in:
parent
f2fc61081b
commit
b1d0b896bc
6 changed files with 6 additions and 6 deletions
|
@ -10226,7 +10226,7 @@ var CommandsHelperBar = HelperBar.extend({
|
||||||
var MainHelperBar = HelperBar.extend({
|
var MainHelperBar = HelperBar.extend({
|
||||||
getItems: function() {
|
getItems: function() {
|
||||||
return [{
|
return [{
|
||||||
text: '?',
|
icon: 'question-sign',
|
||||||
id: 'commands'
|
id: 'commands'
|
||||||
}, {
|
}, {
|
||||||
icon: 'globe',
|
icon: 'globe',
|
||||||
|
@ -28424,7 +28424,7 @@ var CommandsHelperBar = HelperBar.extend({
|
||||||
var MainHelperBar = HelperBar.extend({
|
var MainHelperBar = HelperBar.extend({
|
||||||
getItems: function() {
|
getItems: function() {
|
||||||
return [{
|
return [{
|
||||||
text: '?',
|
icon: 'question-sign',
|
||||||
id: 'commands'
|
id: 'commands'
|
||||||
}, {
|
}, {
|
||||||
icon: 'globe',
|
icon: 'globe',
|
||||||
|
|
1
build/bundle.min.2068911f.js
Normal file
1
build/bundle.min.2068911f.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -426,7 +426,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.54183ae3.js"></script>
|
<script src="build/bundle.min.2068911f.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -719,7 +719,7 @@ var CommandsHelperBar = HelperBar.extend({
|
||||||
var MainHelperBar = HelperBar.extend({
|
var MainHelperBar = HelperBar.extend({
|
||||||
getItems: function() {
|
getItems: function() {
|
||||||
return [{
|
return [{
|
||||||
text: '?',
|
icon: 'question-sign',
|
||||||
id: 'commands'
|
id: 'commands'
|
||||||
}, {
|
}, {
|
||||||
icon: 'globe',
|
icon: 'globe',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue