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

Commit

Permalink
base-href /recommednation-rudders/src/
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLaugier committed Feb 6, 2024
1 parent 5d7b51b commit 0ab35f8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/main.8b9ef2eb9fac95ba.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.ea8ce642672a4daa.js

Large diffs are not rendered by default.

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/src/assets/pair-logo.svg" alt="PAIR logo" />
<img 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/src/assets/pair-logo.svg" alt="PAIR logo" />
<img 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/src/assets/pair-logo.svg" alt="PAIR logo" />
<img src="/assets/pair-logo.svg" alt="PAIR logo" />
</a>
</div>

Expand Down

0 comments on commit 0ab35f8

Please sign in to comment.