Skip to content

Commit

Permalink
View Revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
¨Goodness committed May 26, 2017
1 parent b6e8eb5 commit 73ff931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/slack/slack.blade.php
Expand Up @@ -13,7 +13,7 @@

<body class="bg-faded p-t-2">
<div style="margin-top: 7%" class="container">
<img src="{{ asset('slack-asset/img/favicon.ico') }}" class="center-block" alt="">
<img src="{{ asset('slack-asset/img/favicon.ico') }}" class="center-block" width="100px" alt="">
<h3 class="p-y-1 text-xs-center">Join <strong>{{ config('LaravelSlack.slack_team_name') }}</strong> on Slack</h3>
<p class="text-xs-center">{{ config('LaravelSlack.team_description') }}</p>
</div>
Expand Down

0 comments on commit 73ff931

Please sign in to comment.