We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213a092 commit bd13975Copy full SHA for bd13975
1 file changed
internal/website/index.html
@@ -21,7 +21,7 @@
21
padding: 1rem;
22
}
23
.container {
24
- max-width: 680px;
+ max-width: 900px;
25
background: white;
26
padding: 3rem 2.5rem;
27
border-radius: 16px;
@@ -210,6 +210,8 @@
210
</head>
211
<body>
212
<div class="container">
213
+ <p>Try <a href="https://mu.xyz">Mu.xyz</a> - a new app platform by the makers of Go Micro</p>
214
+
215
<div class="logo-wrapper">
216
<img src="https://raw.githubusercontent.com/micro/go-micro/master/logo.png" alt="Go Micro Logo" />
217
</div>
0 commit comments