Fachridan Tio Mu'afa

Results 3 issues of Fachridan Tio Mu'afa

![google-devs](https://github.com/twbs/icons/assets/64627418/c8a1a40a-19c8-43e6-aa96-092893ce1dab) ![google-devs-white](https://github.com/twbs/icons/assets/64627418/13f42d5d-c5eb-4141-8b99-c4ed39831aaf)

icon-request

I don't know why my RPC showing that my docs is only have 2 pages, I've tried open other docs and it's still same. ![image](https://github.com/7coil/DiscordForOffice/assets/64627418/ae03e5c1-62af-43dc-9fc5-d6f93a4b2534) whereas, the docs have more...

```kotlin Column { var pageCount by remember { mutableStateOf(5) } val pagerState = rememberPagerState() HorizontalPager( modifier = Modifier.padding(top = 24.dp), pageCount = pageCount, contentPadding = PaddingValues(horizontal = 64.dp), pageSpacing =...