Skip to content

Commit f6fb541

Browse files
authored
Enhance Mu.xyz promotion with styled div
Updated the promotional text for Mu.xyz with enhanced styling.
1 parent 1426c8f commit f6fb541

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

internal/website/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@
210210
</head>
211211
<body>
212212
<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>
213+
<div style="style="margin-bottom: 25px; background: #f6f8fa; border-radius: 5px; padding: 15px; border: 1px solid #d0d7de">
214+
Try <a href="https://mu.xyz"><b>Mu</b></a> - a new app platform by the makers of Go Micro
215+
</div>
214216

215217
<div class="logo-wrapper">
216218
<img src="https://raw.githubusercontent.com/micro/go-micro/master/logo.png" alt="Go Micro Logo" />

0 commit comments

Comments
 (0)