Changed the login button, repaired the hover menu and see more. Updated the logo

This commit is contained in:
CatalinScr
2017-07-25 01:08:53 +03:00
parent 796bf89491
commit cab8716519
3 changed files with 36 additions and 5 deletions

View File

@@ -247,8 +247,8 @@ define([
h('a', { href: '/about.html'}, 'About')
),
h('div.cp-right',
h('a', { href: '/register'}, 'Register'),
h('a', { href: '/login'}, 'Log in')
h('a.cp-register-btn', { href: '/register'}, 'Register'),
h('a.cp-login-btn', { href: '/login'}, 'Log in')
)
);
}