<List containerStyle={{ borderTopWidth: 0 }}>
          {bsdProjects.map(project =>
            <ListItem
              rightIcon={{ name: 'open-in-new' }}
              key={project.link}