[#32] added app list and user icon to menubar
This commit is contained in:
committed by
Benoit TELLIER
parent
4b93d7dea9
commit
aa498ac91f
@@ -0,0 +1,7 @@
|
||||
var appList = [
|
||||
{
|
||||
name: "Twake",
|
||||
link: "/twake",
|
||||
icon: "https://twake-chat.com/tild3037-6365-4134-b838-383030366263__twake-chat-logo.svg",
|
||||
},
|
||||
];
|
||||
@@ -32,6 +32,7 @@
|
||||
/>
|
||||
<title>React App</title>
|
||||
<script src="<%= assetPrefix %>/.env.js"></script>
|
||||
<script src="<%= assetPrefix %>/appList.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
Reference in New Issue
Block a user