diff --git a/static/img/favicon.ico b/static/img/favicon.ico index 72850fe8a5bd..9a19a0ab8c66 100644 Binary files a/static/img/favicon.ico and b/static/img/favicon.ico differ diff --git a/static/img/logo.svg b/static/img/logo.svg index 0cde304526e5..d77f6435e1d5 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -1,67 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/website.config.ts b/website.config.ts index a13cf5ae9202..6afa2bfc39a0 100644 --- a/website.config.ts +++ b/website.config.ts @@ -7,9 +7,9 @@ /** * @description General Variables */ -const OrgFullName = 'Ethereal Engine' +const OrgFullName = 'iR Engine' const OrgName = 'etherealengine' -const ProjectFullName = 'Ethereal Engine' +const ProjectFullName = 'iR Engine' const ProjectName = 'etherealengine' const GHUsername = 'EtherealEngine' const GHDocsName = `${ProjectName}-docs` @@ -59,7 +59,7 @@ export const site = { title : `${org.project.name} Docs`, tagline : org.project.description, icon : 'img/favicon.ico', - description : `Learn how to use ${org.project.name}.`, + description : `Learn to use the ${org.project.name}.`, } /**