Skip to content

Changing logo no luck #100

@devgirlmia

Description

@devgirlmia

Hello,

I have been trying to make this file here https://s3.us-east-1.wasabisys.com/staticsnnj/conference/2023/MutualCON%20Logo%20%20(250%20%C3%97%2049%20px).svg the logo for the script but cannot seem to be able to this is what I have so far.

/**

  • Copyright 2023 SNNJ.
  • Licensed under the Apache License, Version 2.0 (the "License");
  • you may not use this file except in compliance with the License.
  • You may obtain a copy of the License at
  •  http://www.apache.org/licenses/LICENSE-2.0
    
  • Unless required by applicable law or agreed to in writing, software
  • distributed under the License is distributed on an "AS IS" BASIS,
  • WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  • See the License for the specific language governing permissions and
  • limitations under the License.
    */
    export default function IconLogo({
    backgroundColor = 'transparent',
    foregroundColor = 'var(--accents-1)',
    ...props
    }) {
    return (
    <svg
    width="100%"
    height="100%"
    viewBox="0 0 32 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    {...props}

);
}

Can anyone help me in why it is generating this way: https://go.snnj.org/JMh0Ij

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions