فهرست منبع

Merge pull request #19 from adelq/develop

Update Meteor and replace profile picture
Adel Qalieh 11 سال پیش
والد
کامیت
767716a659
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .meteor/release
  2. 2 2
      client/views/ui/sidebar-left.html

+ 1 - 1
.meteor/release

@@ -1 +1 @@
-METEOR@1.0.2.1
+METEOR@1.0.3.1

+ 2 - 2
client/views/ui/sidebar-left.html

@@ -2,7 +2,7 @@
   <div class="col-sm-4 col-lg-4 hidden-xs">
     <div class="well">
       <div class="profile">
-        <img src="http://placekitten.com/100/100" alt="Placeholder" class="img-circle">
+        <img src="//placeimg.com/200/200/people" alt="Placeholder" class="img-circle">
         <h4>Adel Qalieh</h4>
       </div>
       <hr>
@@ -48,4 +48,4 @@
       </div>  
     </div>
   </div>
-</template>
+</template>