compact buttons
This commit is contained in:
parent
4cfee771d1
commit
8f29503565
3 changed files with 10 additions and 8 deletions
|
@ -7,9 +7,9 @@
|
|||
export let data;
|
||||
</script>
|
||||
|
||||
<p>
|
||||
<span>
|
||||
<Button clickFunc={() => { window.location.search = setLocation(window.location,'type',('all')) }}>All users</Button>
|
||||
<Button clickFunc={() => { window.location.search = setLocation(window.location,'type',('follow')) }}>Following only</Button>
|
||||
</p>
|
||||
</span>
|
||||
|
||||
<PostList data={data} />
|
Loading…
Add table
Add a link
Reference in a new issue