diff --git a/web/src/components/LinuxDoIcon.js b/web/src/components/LinuxDoIcon.js index c23cd681..f6ee9b31 100644 --- a/web/src/components/LinuxDoIcon.js +++ b/web/src/components/LinuxDoIcon.js @@ -6,17 +6,27 @@ const LinuxDoIcon = (props) => { return ( - + + + + + ); } @@ -24,4 +34,4 @@ const LinuxDoIcon = (props) => { return } />; }; -export default LinuxDoIcon; \ No newline at end of file +export default LinuxDoIcon;