Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/logo urls #10790

Merged
merged 4 commits into from
Jun 5, 2023
Merged

Fix/logo urls #10790

merged 4 commits into from
Jun 5, 2023

Conversation

deanhannigan
Copy link
Contributor

Description

Fixes and refactoring for the Logo Url and Favicon Url branding configuration options.

Addresses:

@deanhannigan deanhannigan requested a review from Rory-Powell June 5, 2023 14:29
@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2023

Codecov Report

Merging #10790 (a5032f1) into develop (a96d8ac) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           develop   #10790   +/-   ##
========================================
  Coverage    49.98%   49.98%           
========================================
  Files          153      153           
  Lines         5164     5164           
  Branches      1033     1033           
========================================
  Hits          2581     2581           
  Misses        2365     2365           
  Partials       218      218           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -352,6 +360,15 @@ export async function publicSettings(
config: {
...config,
...branding,
...(branding.faviconUrl && branding.faviconUrl !== ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we extract this to a variable? I think it's a bit hard to read inline

@deanhannigan deanhannigan merged commit f2458c6 into develop Jun 5, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants