Skip to content

Commit

Permalink
#8 Design: home appbar 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyshin committed Nov 22, 2023
1 parent 4bcc789 commit 24836e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unibond/lib/view/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class HomeScreen extends StatelessWidget {
extendBodyBehindAppBar: true,
appBar: AppBar(
forceMaterialTransparency: true,
title: const Text("커뮤니티"),
title: const Text("UniBond"),
automaticallyImplyLeading: false,
),
body: Column(
children: [
Expand Down

0 comments on commit 24836e1

Please sign in to comment.