Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing logo no luck #100

Open
socialistmia opened this issue Jan 22, 2023 · 2 comments
Open

Changing logo no luck #100

socialistmia opened this issue Jan 22, 2023 · 2 comments

Comments

@socialistmia
Copy link

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

@socialistmia
Copy link
Author

Here is the pasted code for some reason github will not let me post it https://pasty.snnj.org/Kw8tg-3BK1v

@C-EO
Copy link

C-EO commented Apr 13, 2023

@miarosemathews Add the file as an to your codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants