Skip to content

Commit

Permalink
Fixing issue kblincoe#99 and fixing type on about page
Browse files Browse the repository at this point in the history
Copy button colour was changed and a small typo on the about page was fixed
  • Loading branch information
zaclochhead committed Mar 23, 2018
1 parent 8385b7f commit 68ec2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/app/entities/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>For GitHub Users</h2>
<div class="col-6">
<h2>About the project</h2>
<p>
QaulOpt was originally worked on by Fraser Lewis-Smith and Dinal Wanniarachchi. QualOpt was then
QualOpt was originally worked on by Fraser Lewis-Smith and Dinal Wanniarachchi. QualOpt was then
further developed by the students of SoftEng 701. QualOpt was developed under the supervision of Dr. Kelly Blincoe.
<!-- TODO: More participant info here -->
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/app/entities/study/study.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>
<button type="submit"
[routerLink]="['/', { outlets: { popup: 'study/'+ study.id + '/copy'} }]"
replaceUrl="true"
class="btn btn-success btn-sm">
class="btn btn-warning btn-sm">
<span class="fa fa-copy"></span>
<span class="hidden-md-down">Copy</span>
</button>
Expand Down

0 comments on commit 68ec2e5

Please sign in to comment.