Frontend - Added link to tutorials

pull/5502/head
SwiftyOS 2023-09-29 13:36:58 +02:00
parent 4840dd25a3
commit 2640fc85cf
1 changed files with 8 additions and 0 deletions

View File

@ -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,