File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < head >
44 < meta charset ="UTF-8 " />
55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < link rel ="icon " href ="/src/new-assets/visualailogo.webp " />
6+ < link rel ="icon " href ="/src/new-assets/visualailogo.png " />
77 < script src ="https://cdn.tailwindcss.com "> </ script >
88 < title > Langflow Landing Page</ title >
99 </ head >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { useAuth } from "@clerk/clerk-react";
55import { Link } from "react-router-dom" ;
66import VisualWorkflow from "./new-assets/VisualWorkflow.webp" ;
77import demoWalkthrough from "./new-assets/demo-walkthrough.webp" ;
8- import logoicon from "./new-assets/visualailogo.webp " ;
8+ import logoicon from "./new-assets/visualailogo.png " ;
99import {
1010 clearStoredOrgSelection ,
1111 LANGFLOW_ACCESS_TOKEN ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222} from "react-router-dom" ;
2323import { useCookies } from "react-cookie" ;
2424import { LANDING_BASENAME } from "./landingRoutes" ;
25- import logoicon from "./new-assets/visualailogo.webp " ;
25+ import logoicon from "./new-assets/visualailogo.png " ;
2626import ProgressBar from "./ProgressBar" ;
2727import {
2828 ACTIVE_ORG_STORAGE_KEY ,
You can’t perform that action at this time.
0 commit comments