From 6d3482b410b43ec34ac0135ad1390260856a8a02 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 29 Jan 2021 21:39:56 +0100 Subject: idc --- profile/public/user.js | 1 - 1 file changed, 1 deletion(-) (limited to 'profile/public/user.js') diff --git a/profile/public/user.js b/profile/public/user.js index 12f2fd6..22d31cc 100644 --- a/profile/public/user.js +++ b/profile/public/user.js @@ -11,7 +11,6 @@ async function addUser(userData) { const { user } = userData; const h1 = document.createElement("h1"); h1.textContent = `${user.name} ${user.middlename || ""} ${user.surname}`; - h1.classList.add("hidden-chevron"); userDiv.append(h1); document.querySelector("title").textContent = h1.textContent; return; -- cgit v1.2.3