From 4d7c928422dffab867b5a6f6e8737f578a5826d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 14 Jul 2015 20:46:36 -0400 Subject: [PATCH] Updated the title from AIDE to Aider in several places. --- bower.json | 2 +- dist/index.html | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8aae125..fe8ee28 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "AIDE", + "name": "Aider", "version": "1.0.0", "dependencies": { "angular": "latest", diff --git a/dist/index.html b/dist/index.html index 2cd06a5..7de1ba7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> - <title></title> + <title>Aider</title> <meta name="description" content=""> <link rel="stylesheet" href="css/main.css"> @@ -35,7 +35,7 @@ <div class="header-container"> <div class="header-content"> <div class="header-identity"> - <a ui-sref="home"><img src="img/logo.png" class="header-logo"/><span class="header-title">AIDER</span></a> + <a ui-sref="home"><img src="img/logo.png" class="header-logo"/><span class="header-title">Aider</span></a> </div> <div class="header-navigate"> <span class="inbox" ng-class='{unread: user.unreadNotifications}'></span> diff --git a/package.json b/package.json index 0e31ad0..40aba82 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": { "type": "Proprietary" }, - "name": "AIDE", + "name": "Aider", "private": true, "scripts": { "build": "./build-clean.sh && bower update && ./build-copyfiles.sh && node-sass --importer ./node_modules/node-sass-import-once/index.js scss/main.scss dist/css/main.css", -- GitLab