Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .yarn/install-state.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<hr>

<a class="app-link btn btn-primary" (click)="navigateToProject()" style="cursor: pointer" title="View more information about this project">
<a class="app-link btn btn-primary" (click)="navigateToProject()" (keydown.enter)="navigateToProject()" tabindex="0" role="button" style="cursor: pointer" title="View more information about this project">
View Project Details
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/analytics/penguin-analytics-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function penguinAnalyticsPlugin(pluginConfig: PenguinAnalyticsConfig): An
});
},

identify: () => {}, // No-op: no PII collection
identify: () => { /* No-op: no PII collection in eagle-public */ },

loaded: () => true,

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6714,11 +6714,11 @@ __metadata:
linkType: hard

"qs@npm:^6.14.0":
version: 6.14.0
resolution: "qs@npm:6.14.0"
version: 6.14.1
resolution: "qs@npm:6.14.1"
dependencies:
side-channel: "npm:^1.1.0"
checksum: 10c0/8ea5d91bf34f440598ee389d4a7d95820e3b837d3fd9f433871f7924801becaa0cd3b3b4628d49a7784d06a8aea9bc4554d2b6d8d584e2d221dc06238a42909c
checksum: 10c0/0e3b22dc451f48ce5940cbbc7c7d9068d895074f8c969c0801ac15c1313d1859c4d738e46dc4da2f498f41a9ffd8c201bd9fb12df67799b827db94cc373d2613
languageName: node
linkType: hard

Expand Down