diff --git a/README.md b/README.md index 8c68d83..c65c202 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RePath Studio Website +# Repath Studio Website ![Build Website](https://github.com/re-path/website/actions/workflows/website.yml/badge.svg) diff --git a/docs/assets/images/banner.png b/docs/assets/images/banner.png index 7c8eccb..48fd297 100644 Binary files a/docs/assets/images/banner.png and b/docs/assets/images/banner.png differ diff --git a/docs/assets/images/banner.svg b/docs/assets/images/banner.svg index 341eb21..a81fa53 100644 --- a/docs/assets/images/banner.svg +++ b/docs/assets/images/banner.svg @@ -1,13 +1,14 @@ + - - - - - - - - RePath Studio - Vector Graphics Manipulation Tool - - + + + + + + + + Repath Studio + Vector Graphics Manipulation + + diff --git a/package.json b/package.json index e54096e..d6ffd84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repath-studio-website", - "description": "RePath Studio Website", + "description": "Repath Studio Website", "repository": "https://github.com/re-path/website", "author": "Konstantinos Kaloutas", "homepage": "https://repath.studio", diff --git a/roadmap.conf.js b/roadmap.conf.js index 4f282e9..45df932 100644 --- a/roadmap.conf.js +++ b/roadmap.conf.js @@ -2,7 +2,7 @@ module.exports = { // Name of the organization or project this roadmap is generated for - organization: 'RePath Studio', + organization: 'Repath Studio', // Include open and closed milestones where due date is after milestonesStartDate milestonesStartDate: '2020-01-01T00:00:00Z', // ISO formatted timestamp @@ -16,7 +16,7 @@ module.exports = { // List of projects that this roadmap covers projects: [ { - name: "RePath Studio", + name: "Repath Studio", repos: [ "re-path/studio", ],