mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Refactor with ant design and TypeScript (#51)
Refactoring UI using ant design This will allow us to move forward faster because of its popularity We also rewrote the code in TypeScript, we believe this is also a major step moving forward with the project as it brings more struct and clear/clean code. Co-authored-by: Raphael Oliveira <raphael.oliveira@dataontabs.com> Co-authored-by: braginini <bangvalo@gmail.com>
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Netbird Management Dashboard"
|
||||
content="NetBird Management Dashboard"
|
||||
/>
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Netbird</title>
|
||||
<title>NetBird</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>Netbird Management Dashboard.</noscript>
|
||||
<noscript>NetBird Management Dashboard.</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user