mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use http for SVG namespace URLs which were changed to https for SonarQube fixes. #5943
This commit is contained in:
@@ -12,7 +12,7 @@ export default function PgAdminLogo() {
|
||||
|
||||
return (
|
||||
<div className="welcome-logo" aria-hidden="true">
|
||||
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 600 130">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 130">
|
||||
<defs>
|
||||
<style>{'.cls-1{stroke:#000;stroke-width:10.19px;}.cls-2{fill:#336791;}.cls-3,.cls-4,.cls-9{fill:none;}.cls-3,.cls-4,.cls-5,.cls-6{stroke:#fff;}.cls-3,.cls-4{stroke-linecap:round;stroke-width:3.4px;}.cls-3{stroke-linejoin:round;}.cls-4{stroke-linejoin:bevel;}.cls-5,.cls-6{fill:#fff;}.cls-5{stroke-width:1.13px;}.cls-6{stroke-width:0.57px;}.cls-7{fill:#2775b6;}.cls-8{fill:#333;}.cls-9{stroke:#333;stroke-width:3px;}'}</style>
|
||||
</defs>
|
||||
|
||||
Reference in New Issue
Block a user