From ec0e802d3442cee35993fe543f5ba2b32ff9e0c3 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 5 Jan 2024 17:08:31 -0500 Subject: [PATCH] DEV: less generic SVG ids to avoid clash (#25003) --- app/assets/javascripts/discourse/app/components/google-icon.hbs | 2 +- public/images/wizard/tada.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/google-icon.hbs b/app/assets/javascripts/discourse/app/components/google-icon.hbs index 3750fb734cb..d1b4785b20d 100644 --- a/app/assets/javascripts/discourse/app/components/google-icon.hbs +++ b/app/assets/javascripts/discourse/app/components/google-icon.hbs @@ -1,2 +1,2 @@ {{! prettier-ignore }} - \ No newline at end of file + \ No newline at end of file diff --git a/public/images/wizard/tada.svg b/public/images/wizard/tada.svg index b43b39827b2..96137c240b8 100644 --- a/public/images/wizard/tada.svg +++ b/public/images/wizard/tada.svg @@ -1 +1 @@ - + \ No newline at end of file