Change all Quay.io references to Quay, fix tour and change logo
Fixes #741
This commit is contained in:
parent
cca18f8ede
commit
f6a53f7cc5
30 changed files with 56 additions and 270 deletions
|
@ -5,7 +5,7 @@
|
|||
angular.module('quayPages').config(['pages', function(pages) {
|
||||
pages.create('about', 'about.html', null, {
|
||||
'title': 'About Us',
|
||||
'description': 'About Quay.io'
|
||||
'description': 'About Us'
|
||||
});
|
||||
}]);
|
||||
}());
|
Reference in a new issue