Bladeren bron

Update phpmyadmin.tsx

Filip Cumpalovic 1 jaar geleden
bovenliggende
commit
40e3b11ad1
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      documentation/src/assets/integration-icons/phpmyadmin.tsx

+ 2 - 2
documentation/src/assets/integration-icons/phpmyadmin.tsx

@@ -1,7 +1,7 @@
 import * as React from "react";
 import * as React from "react";
 import { SVGProps } from "react";
 import { SVGProps } from "react";
 
 
-const Svg = (props: SVGProps<SVGSVGElement>) => (
+const SvgPhpmyadmin = (props: SVGProps<SVGSVGElement>) => (
   <svg xmlns="http://www.w3.org/2000/svg" width="24" height="64">
   <svg xmlns="http://www.w3.org/2000/svg" width="24" height="64">
     <g transform="matrix(.022172 0 0 .022172 16.871951 2.359016)">
     <g transform="matrix(.022172 0 0 .022172 16.871951 2.359016)">
         <path
         <path
@@ -28,4 +28,4 @@ const Svg = (props: SVGProps<SVGSVGElement>) => (
 </svg>
 </svg>
 );
 );
 
 
-export default Svg;
+export default SvgPhpmyadmin;