Refacture: Created InitialSection component so it can be used in every page just giving props
This commit is contained in:
@@ -20,8 +20,8 @@ import "./footer.css";
|
||||
<a href="#" class="social-media-link">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="36"
|
||||
height="36"
|
||||
width="34"
|
||||
height="34"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
fill="#ffffff"
|
||||
@@ -33,8 +33,8 @@ import "./footer.css";
|
||||
<a href="" class="social-media-link">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="32"
|
||||
height="32"
|
||||
width="28"
|
||||
height="28"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
fill="#ffffff"
|
||||
@@ -46,8 +46,8 @@ import "./footer.css";
|
||||
<a href="#" class="social-media-link">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="32"
|
||||
height="32"
|
||||
width="28"
|
||||
height="28"
|
||||
viewBox="0 0 24 24"
|
||||
><path
|
||||
fill="#ffffff"
|
||||
|
||||
Reference in New Issue
Block a user