Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
update path pair logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLaugier committed Feb 6, 2024
1 parent 452c863 commit 46136d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/app-home/app-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div #googleButton></div>
}
<a class="small-logo" aria-label="PAIR" href="https://pair.withgoogle.com/" title="Home">
<img src="webapp/assets/pair-logo.svg" alt="PAIR logo" />
<img src="webapp/src/assets/pair-logo.svg" alt="PAIR logo" />
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/app/experimenter-view/experimenter-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<span class="title">Experiment Management</span>
<div class="spacer"></div>
<a class="small-logo" aria-label="PAIR" href="https://pair.withgoogle.com/" title="Home">
<img src="webapp/assets/pair-logo.svg" alt="PAIR logo" />
<img src="webapp/src//assets/pair-logo.svg" alt="PAIR logo" />
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/app/participant-view/participant-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="spacer"></div>
<div class="current-user">Current user: {{ participant.userData().userId }}</div>
<a class="small-logo" aria-label="PAIR" href="https://pair.withgoogle.com/" title="Home">
<img src="webapp/assets/pair-logo.svg" alt="PAIR logo" />
<img src="webapp/src/assets/pair-logo.svg" alt="PAIR logo" />
</a>
</div>

Expand Down

0 comments on commit 46136d4

Please sign in to comment.