diff options
Diffstat (limited to 'views/profile.ejs')
| -rw-r--r-- | views/profile.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/profile.ejs b/views/profile.ejs index 2865274..5ac75c5 100644 --- a/views/profile.ejs +++ b/views/profile.ejs @@ -6,8 +6,8 @@ </head> <body class="loading"> <div class="rapper page"> - <a href="/front.html" class="logo"><img src="assets/img/logo4.svg"></a> - <a href="/edit-profile.html" class="topLink editProfile">edit profile <span class="icon-ios7-gear-outline \"></span></a> + <a href="/" class="logo"><img src="assets/img/logo4.svg"></a> + <a href="/edit-profile.html" class="topLink editProfile">edit profile <span class="icon-ios7-gear-outline"></span></a> <table class="profilepage"> <tr> @@ -32,7 +32,7 @@ <td class="border room1"> <div class="editBtn">edit</div> <div class="formHolder fixed animate"> - <span class="bigClose">X</span> + <span class="close">X</span> <div class="formInner"> <form enctype="multipart/form-data" method="post"> <ul> |
