mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
added type to props on footer
This commit is contained in:
@@ -26,7 +26,7 @@ const navigation = {
|
|||||||
{
|
{
|
||||||
name: 'Facebook',
|
name: 'Facebook',
|
||||||
href: '#',
|
href: '#',
|
||||||
icon: (props) => (
|
icon: (props:any) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path
|
<path
|
||||||
fillRule="evenodd"
|
fillRule="evenodd"
|
||||||
@@ -39,7 +39,7 @@ const navigation = {
|
|||||||
{
|
{
|
||||||
name: 'Instagram',
|
name: 'Instagram',
|
||||||
href: '#',
|
href: '#',
|
||||||
icon: (props) => (
|
icon: (props:any) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path
|
<path
|
||||||
fillRule="evenodd"
|
fillRule="evenodd"
|
||||||
@@ -52,7 +52,7 @@ const navigation = {
|
|||||||
{
|
{
|
||||||
name: 'X',
|
name: 'X',
|
||||||
href: '#',
|
href: '#',
|
||||||
icon: (props) => (
|
icon: (props:any) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z" />
|
<path d="M13.6823 10.6218L20.2391 3H18.6854L12.9921 9.61788L8.44486 3H3.2002L10.0765 13.0074L3.2002 21H4.75404L10.7663 14.0113L15.5685 21H20.8131L13.6819 10.6218H13.6823ZM11.5541 13.0956L10.8574 12.0991L5.31391 4.16971H7.70053L12.1742 10.5689L12.8709 11.5655L18.6861 19.8835H16.2995L11.5541 13.096V13.0956Z" />
|
||||||
</svg>
|
</svg>
|
||||||
@@ -61,7 +61,7 @@ const navigation = {
|
|||||||
{
|
{
|
||||||
name: 'GitHub',
|
name: 'GitHub',
|
||||||
href: '#',
|
href: '#',
|
||||||
icon: (props) => (
|
icon: (props:any) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path
|
<path
|
||||||
fillRule="evenodd"
|
fillRule="evenodd"
|
||||||
@@ -74,7 +74,7 @@ const navigation = {
|
|||||||
{
|
{
|
||||||
name: 'YouTube',
|
name: 'YouTube',
|
||||||
href: '#',
|
href: '#',
|
||||||
icon: (props) => (
|
icon: (props:any) => (
|
||||||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
<svg fill="currentColor" viewBox="0 0 24 24" {...props}>
|
||||||
<path
|
<path
|
||||||
fillRule="evenodd"
|
fillRule="evenodd"
|
||||||
|
|||||||
Reference in New Issue
Block a user