aboutsummaryrefslogtreecommitdiff
path: root/src/components/friends_timeline
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/friends_timeline')
-rw-r--r--src/components/friends_timeline/friends_timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/friends_timeline/friends_timeline.vue b/src/components/friends_timeline/friends_timeline.vue
index 88c477ab..afe5cc89 100644
--- a/src/components/friends_timeline/friends_timeline.vue
+++ b/src/components/friends_timeline/friends_timeline.vue
@@ -1,5 +1,5 @@
<template>
- <div class="timeline panel panel-default base00-background">
+ <div class="timeline panel panel-default">
<div class="panel-heading base01-background base04">Friends Timeline</div>
<div class="panel-body">
<Timeline v-bind:timeline="timeline" v-bind:timeline-name="'friends'"/>