]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14913 Update the Azure Pipelines logo
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 4 Jun 2021 12:01:04 +0000 (14:01 +0200)
committersonartech <sonartech@sonarsource.com>
Mon, 7 Jun 2021 20:31:13 +0000 (20:31 +0000)
server/sonar-web/public/images/tutorials/azure-pipelines.svg [new file with mode: 0644]
server/sonar-web/src/main/js/components/tutorials/TutorialSelectionRenderer.tsx
server/sonar-web/src/main/js/components/tutorials/__tests__/__snapshots__/TutorialSelectionRenderer-test.tsx.snap

diff --git a/server/sonar-web/public/images/tutorials/azure-pipelines.svg b/server/sonar-web/public/images/tutorials/azure-pipelines.svg
new file mode 100644 (file)
index 0000000..51314cd
--- /dev/null
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><linearGradient id="a" x1=".069" y1="31.569" x2="1.069" y2="31.569" gradientTransform="matrix(0 29.091 29.091 0 -902.364 -.545)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="c" x1=".069" y1="31.194" x2="1.069" y2="31.194" xlink:href="#a"/><mask id="b" x="1.455" y="1.455" width="29.091" height="29.091" maskUnits="userSpaceOnUse"><path d="M5.7 20.974l1.464-1.565 1.819 1.819L7.5 22.707 9.293 24.5l1.479-1.479 1.828 1.831-1.449 1.448 4.242 4.242h6.667a1.212 1.212 0 001.212-1.212v-9.7l6.195-4.129a2.425 2.425 0 001.078-2.016V2.667a1.212 1.212 0 00-1.212-1.212H18.509a2.425 2.425 0 00-2.016 1.078l-4.129 6.194h-9.7A1.212 1.212 0 001.455 9.94v6.666zM3.636 23.273H1.455v7.273h7.272v-2.182H3.636z" fill="#fff"/></mask></defs><g mask="url(#b)"><path d="M1.455 23.273h2.181v5.091h5.091v2.182H1.455z" fill="#91b0f2"/><path d="M1.455 9.939v6.667L5.7 20.974l1.815-1.944 5.455 5.455-1.819 1.815 4.242 4.242h6.667a1.212 1.212 0 001.212-1.212v-9.7L12.364 8.727h-9.7a1.212 1.212 0 00-1.209 1.212z" fill="#0f46bd"/><path d="M6 18.249L17.212 1.455h13.333v13.333L13.751 26z" fill="#062aa9"/><path d="M6.7 18.952a1.212 1.212 0 01-.151-1.53l9.94-14.889a2.424 2.424 0 012.016-1.078h10.828a1.212 1.212 0 011.212 1.212v10.825a2.424 2.424 0 01-1.078 2.016l-14.889 9.94a1.212 1.212 0 01-1.53-.151z" fill="#2560e0"/><path d="M7.5 22.707l9.255-9.255 1.792 1.792L9.293 24.5z" fill="#0a44c2"/><path d="M7.5 22.707l9.255-9.255 1.792 1.792L9.293 24.5z" fill="#729af2"/><path d="M10.772 23.02L8.98 21.228l7.776-7.775 1.792 1.792z" fill="#4c80f0"/><path d="M23.273 12.364a3.636 3.636 0 10-3.636-3.636 3.636 3.636 0 003.636 3.636z" fill="#0a44c2"/><path d="M23.273 12.364a3.636 3.636 0 10-3.636-3.636 3.636 3.636 0 003.636 3.636z" fill="#91b0f2"/><g opacity=".2"><path d="M5.7 20.974l1.464-1.565 1.819 1.819L7.5 22.707 9.293 24.5l1.479-1.479 1.828 1.831-1.449 1.448 4.242 4.242h6.667a1.212 1.212 0 001.212-1.212v-9.7l6.195-4.129a2.425 2.425 0 001.078-2.016V2.667a1.212 1.212 0 00-1.212-1.212H18.509a2.425 2.425 0 00-2.016 1.078l-4.129 6.194h-9.7A1.212 1.212 0 001.455 9.94v6.666z" fill="url(#a)"/><path d="M3.636 23.273H1.455v7.273h7.272v-2.182H3.636z" fill="url(#c)"/></g></g></svg>
\ No newline at end of file
index ab996323948286247067b9ca8f5287fbf1a0d9fb..2f72ba9c2bc803ab329c897b51462b85e02b68c6 100644 (file)
@@ -110,7 +110,7 @@ export default function TutorialSelectionRenderer(props: TutorialSelectionRender
                 <img
                   alt="" // Should be ignored by screen readers
                   height={80}
-                  src={`${getBaseUrl()}/images/alm/azure.svg`}
+                  src={`${getBaseUrl()}/images/tutorials/azure-pipelines.svg`}
                 />
                 <div className="medium big-spacer-top">
                   {translate('onboarding.tutorial.choose_method.azure_pipelines')}
index 12be561a8be449272a7d60bc898bb390cc0eb1d3..417a8bc52a7427f28cab96b9658a8d5ec417db13 100644 (file)
@@ -25,7 +25,7 @@ exports[`should render correctly for azure 1`] = `
         <img
           alt=""
           height={80}
-          src="/images/alm/azure.svg"
+          src="/images/tutorials/azure-pipelines.svg"
         />
         <div
           className="medium big-spacer-top"