Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Add Functions logo to chat page
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychu committed Dec 15, 2019
1 parent e8c9a1e commit f6885b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/demo/chat-v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
<body>
<p>&nbsp;</p>
<div id="app" class="container">
<h3>Serverless chat</h3>
<h3>
<img src="https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png" height="68px" width="68px" role="presentation" data-linktype="external">
&nbsp;&nbsp;Serverless Chat&nbsp;&nbsp;
</h3>
<div class="row" v-if="ready">
<div class="signalr-demo col-sm">
<hr />
Expand Down

0 comments on commit f6885b8

Please sign in to comment.