Skip to content

Commit

Permalink
fix(twitter): Remove twitter timeline from website.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Jul 6, 2023
1 parent 3c85cec commit ff7abbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
</div>

<!-- Right column (twitter) -->
<div class="d-flex w-md-20 flex-grow-0 flex-column fill-height" style="background-color: #f7f9f9 !important">
<TwitterTimeline style="max-height: 90vh; overflow: auto;"></TwitterTimeline>
</div>
<!-- <div class="d-flex w-md-20 flex-grow-0 flex-column fill-height" style="background-color: #f7f9f9 !important">-->
<!-- <TwitterTimeline style="max-height: 90vh; overflow: auto;"></TwitterTimeline>-->
<!-- </div>-->

</div>
</template>
Expand Down

0 comments on commit ff7abbd

Please sign in to comment.