Frontend - Added link to tutorials
parent
4840dd25a3
commit
2640fc85cf
|
@ -71,6 +71,14 @@ class SideBarView extends StatelessWidget {
|
|||
const Spacer(),
|
||||
Column(
|
||||
children: [
|
||||
IconButton(
|
||||
splashRadius: 0.1,
|
||||
iconSize: 25,
|
||||
icon: Icon(Icons.book, color: Color.fromRGBO(50, 120, 123, 1)),
|
||||
onPressed: () =>
|
||||
_launchURL('https://medium.com/@aiedge/autogpt-forge-a-comprehensive-guide-to-your-first-steps-a1dfdf46e3b4'),
|
||||
tooltip: 'Learn how to build your own Agent',
|
||||
),
|
||||
IconButton(
|
||||
splashRadius: 0.1,
|
||||
iconSize: 33,
|
||||
|
|
Loading…
Reference in New Issue